FileDocCategorySizeDatePackage
PopupWindow.javaAPI DocAndroid 5.1 API5524Sat Mar 14 14:09:30 GMT 2015android.widget

PopupWindow

public class PopupWindow 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
Constructors Summary
public PopupWindow(android.content.Context context)

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

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

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

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

 throw new RuntimeException("Stub!"); 
public PopupWindow(android.view.View contentView)

 throw new RuntimeException("Stub!"); 
public PopupWindow(int width, int height)

 throw new RuntimeException("Stub!"); 
public PopupWindow(android.view.View contentView, int width, int height)

 throw new RuntimeException("Stub!"); 
public PopupWindow(android.view.View contentView, int width, int height, boolean focusable)

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public intgetMaxAvailableHeight(android.view.View anchor, int yOffset)

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

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidsetAttachedInDecor(boolean enabled)

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

 throw new RuntimeException("Stub!"); 
public voidsetClippingEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidsetContentView(android.view.View contentView)

 throw new RuntimeException("Stub!"); 
public voidsetElevation(float elevation)

 throw new RuntimeException("Stub!"); 
public voidsetFocusable(boolean focusable)

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidsetOutsideTouchable(boolean touchable)

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

 throw new RuntimeException("Stub!"); 
public voidsetSplitTouchEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidsetTouchInterceptor(android.view.View.OnTouchListener l)

 throw new RuntimeException("Stub!"); 
public voidsetTouchable(boolean touchable)

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

 throw new RuntimeException("Stub!"); 
public voidsetWindowLayoutMode(int widthSpec, int heightSpec)

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

 throw new RuntimeException("Stub!"); 
public voidshowAsDropDown(android.view.View anchor, int xoff, int yoff)

 throw new RuntimeException("Stub!"); 
public voidshowAsDropDown(android.view.View anchor, int xoff, int yoff, int gravity)

 throw new RuntimeException("Stub!"); 
public voidshowAtLocation(android.view.View parent, int gravity, int x, int y)

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

 throw new RuntimeException("Stub!"); 
public voidupdate(int width, int height)

 throw new RuntimeException("Stub!"); 
public voidupdate(int x, int y, int width, int height)

 throw new RuntimeException("Stub!"); 
public voidupdate(int x, int y, int width, int height, boolean force)

 throw new RuntimeException("Stub!"); 
public voidupdate(android.view.View anchor, int width, int height)

 throw new RuntimeException("Stub!"); 
public voidupdate(android.view.View anchor, int xoff, int yoff, int width, int height)

 throw new RuntimeException("Stub!");