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
Modifier and Type Method Description static ListPopupWindow
getLatestListPopupWindow()
protected void
show()
-
Constructor Details
-
ShadowListPopupWindow
public ShadowListPopupWindow()
-
-
Method Details