FileDocCategorySizeDatePackage
ListPopupWindow.javaAPI DocAndroid 5.1 API5061Sat Mar 14 14:09:40 GMT 2015android.widget

ListPopupWindow

public class ListPopupWindow extends Object

Fields Summary
public static final int
INPUT_METHOD_FROM_FOCUSABLE
public static final int
INPUT_METHOD_NEEDED
public static final int
INPUT_METHOD_NOT_NEEDED
public static final int
MATCH_PARENT
public static final int
POSITION_PROMPT_ABOVE
public static final int
POSITION_PROMPT_BELOW
public static final int
WRAP_CONTENT
Constructors Summary
public ListPopupWindow(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public ListPopupWindow(android.content.Context context, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public ListPopupWindow(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 throw new RuntimeException("Stub!"); 
public ListPopupWindow(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclearListSelection()

 throw new RuntimeException("Stub!"); 
public android.view.View.OnTouchListenercreateDragToOpenListener(android.view.View src)

 throw new RuntimeException("Stub!"); 
public voiddismiss()

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetAnchorView()

 throw new RuntimeException("Stub!"); 
public intgetAnimationStyle()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetBackground()

 throw new RuntimeException("Stub!"); 
public intgetHeight()

 throw new RuntimeException("Stub!"); 
public intgetHorizontalOffset()

 throw new RuntimeException("Stub!"); 
public intgetInputMethodMode()

 throw new RuntimeException("Stub!"); 
public android.widget.ListViewgetListView()

 throw new RuntimeException("Stub!"); 
public intgetPromptPosition()

 throw new RuntimeException("Stub!"); 
public java.lang.ObjectgetSelectedItem()

 throw new RuntimeException("Stub!"); 
public longgetSelectedItemId()

 throw new RuntimeException("Stub!"); 
public intgetSelectedItemPosition()

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetSelectedView()

 throw new RuntimeException("Stub!"); 
public intgetSoftInputMode()

 throw new RuntimeException("Stub!"); 
public intgetVerticalOffset()

 throw new RuntimeException("Stub!"); 
public intgetWidth()

 throw new RuntimeException("Stub!"); 
public booleanisInputMethodNotNeeded()

 throw new RuntimeException("Stub!"); 
public booleanisModal()

 throw new RuntimeException("Stub!"); 
public booleanisShowing()

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyPreIme(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyUp(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanperformItemClick(int position)

 throw new RuntimeException("Stub!"); 
public voidpostShow()

 throw new RuntimeException("Stub!"); 
public voidsetAdapter(android.widget.ListAdapter adapter)

 throw new RuntimeException("Stub!"); 
public voidsetAnchorView(android.view.View anchor)

 throw new RuntimeException("Stub!"); 
public voidsetAnimationStyle(int animationStyle)

 throw new RuntimeException("Stub!"); 
public voidsetBackgroundDrawable(android.graphics.drawable.Drawable d)

 throw new RuntimeException("Stub!"); 
public voidsetContentWidth(int width)

 throw new RuntimeException("Stub!"); 
public voidsetDropDownGravity(int gravity)

 throw new RuntimeException("Stub!"); 
public voidsetHeight(int height)

 throw new RuntimeException("Stub!"); 
public voidsetHorizontalOffset(int offset)

 throw new RuntimeException("Stub!"); 
public voidsetInputMethodMode(int mode)

 throw new RuntimeException("Stub!"); 
public voidsetListSelector(android.graphics.drawable.Drawable selector)

 throw new RuntimeException("Stub!"); 
public voidsetModal(boolean modal)

 throw new RuntimeException("Stub!"); 
public voidsetOnDismissListener(android.widget.PopupWindow.OnDismissListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnItemClickListener(android.widget.AdapterView.OnItemClickListener clickListener)

 throw new RuntimeException("Stub!"); 
public voidsetOnItemSelectedListener(android.widget.AdapterView.OnItemSelectedListener selectedListener)

 throw new RuntimeException("Stub!"); 
public voidsetPromptPosition(int position)

 throw new RuntimeException("Stub!"); 
public voidsetPromptView(android.view.View prompt)

 throw new RuntimeException("Stub!"); 
public voidsetSelection(int position)

 throw new RuntimeException("Stub!"); 
public voidsetSoftInputMode(int mode)

 throw new RuntimeException("Stub!"); 
public voidsetVerticalOffset(int offset)

 throw new RuntimeException("Stub!"); 
public voidsetWidth(int width)

 throw new RuntimeException("Stub!"); 
public voidshow()

 throw new RuntimeException("Stub!");