The methods of Android.Widget.PopupWindow are listed below. For a list of all members, see the PopupWindow Members list.
See Also: Inherited members from Java.Lang.Object
Dismiss() | ||
GetMaxAvailableHeight(Android.Views.View)Returns the maximum height that is available for the popup to be completely shown. | ||
GetMaxAvailableHeight(Android.Views.View, int)Returns the maximum height that is available for the popup to be completely shown. | ||
SetBackgroundDrawable(Android.Graphics.Drawables.Drawable)Specifies the background drawable for this popup window. | ||
SetIgnoreCheekPress()Set the flag on popup to ignore cheek press eventt; by default this flag is set to false which means the pop wont ignore cheek press dispatch events. | ||
SetOnDismissListener(PopupWindow.IOnDismissListener)Sets the listener to be called when the window is dismissed. | ||
SetTouchInterceptor(Android.Views.View.IOnTouchListener)Set a callback for all touch events being dispatched to the popup window. | ||
SetWindowLayoutMode(int, int) | ||
ShowAsDropDown(Android.Views.View) | ||
ShowAsDropDown(Android.Views.View, int, int) | ||
ShowAsDropDown(Android.Views.View, int, int, Android.Views.GravityFlags) | ||
ShowAtLocation(Android.Views.View, Android.Views.GravityFlags, int, int) | ||
Update()Updates the state of the popup window, if it is currently being displayed, from the currently set state. | ||
Update(int, int) | ||
Update(Android.Views.View, int, int) | ||
Update(int, int, int, int) | ||
Update(Android.Views.View, int, int, int, int) | ||
Update(int, int, int, int, bool) |