public class ListPopupWindowAssert
extends <any>
ListPopupWindow instances.| Constructor and Description |
|---|
ListPopupWindowAssert(android.widget.ListPopupWindow actual) |
public ListPopupWindowAssert(android.widget.ListPopupWindow actual)
public ListPopupWindowAssert hasAnchorView(android.view.View view)
public ListPopupWindowAssert hasAnimationStyle(int style)
public ListPopupWindowAssert hasBackground(android.graphics.drawable.Drawable background)
public ListPopupWindowAssert hasHeight(int height)
public ListPopupWindowAssert hasHorizontalOffset(int offset)
public ListPopupWindowAssert hasInputMethodMode(int mode)
public ListPopupWindowAssert hasListView(android.widget.ListView view)
public ListPopupWindowAssert hasPromptPosition(int position)
public ListPopupWindowAssert hasSelectedItem(java.lang.Object item)
public ListPopupWindowAssert hasSelectedItemId(long id)
public ListPopupWindowAssert hasSelectedItemPosition(int position)
public ListPopupWindowAssert hasSelectedItemView(android.view.View view)
public ListPopupWindowAssert hasSoftInputMode(int mode)
public ListPopupWindowAssert hasVerticalOffset(int offset)
public ListPopupWindowAssert hasWidth(int width)
public ListPopupWindowAssert isModal()
public ListPopupWindowAssert isNotModal()
public ListPopupWindowAssert isShowing()
public ListPopupWindowAssert isNotShowing()
public static java.lang.String inputMethodModeToString(int mode)