Package org.robolectric.shadows
Class ShadowListPopupWindow
- java.lang.Object
-
- org.robolectric.shadows.ShadowListPopupWindow
-
@Implements(android.widget.ListPopupWindow.class) public class ShadowListPopupWindow extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowListPopupWindow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListPopupWindow
getLatestListPopupWindow()
protected void
show()
-
-
-
Method Detail
-
show
@Implementation protected void show()
-
getLatestListPopupWindow
public static ListPopupWindow getLatestListPopupWindow()
-
-