Package org.robolectric.shadows
Class ShadowPopupWindow
java.lang.Object
org.robolectric.shadows.ShadowPopupWindow
@Implements(android.widget.PopupWindow.class) public class ShadowPopupWindow extends Object
-
Constructor Summary
Constructors Constructor Description ShadowPopupWindow()
-
Method Summary
Modifier and Type Method Description protected void
invokePopup(WindowManager.LayoutParams p)
-
Constructor Details
-
ShadowPopupWindow
public ShadowPopupWindow()
-
-
Method Details