Class android.widget.PopupWindow

Added Methods
int  getInputMethodMode()  
int  getMaxAvailableHeight( View, int )  
boolean  isAboveAnchor()  
boolean  isClippingEnabled()  
boolean  isOutsideTouchable()  
boolean  isTouchable()  
void  setClippingEnabled( boolean)  
void  setInputMethodMode( int)  
void  setOutsideTouchable( boolean)  
void  setTouchInterceptor( OnTouchListener)  
void  setTouchable( boolean)  
void  setWindowLayoutMode( int, int )  
void  update()  
void  update( int, int , int , int , boolean )  
 

Added Fields
int  INPUT_METHOD_FROM_FOCUSABLE  
int  INPUT_METHOD_NEEDED  
int  INPUT_METHOD_NOT_NEEDED  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.