Android.Widget.PopupWindow Members

The members of Android.Widget.PopupWindow are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AnimationStyleint.
[read-only]
BackgroundAndroid.Graphics.Drawables.Drawable. Return the drawable used as the popup window's background.
ClippingEnabledbool.
ContentViewAndroid.Views.View.
Elevationfloat.
Focusablebool.
Heightint.
InputMethodModeInputMethod. Return the current value in PopupWindow.InputMethodMode.
[read-only]
IsAboveAnchorbool. Indicates whether the popup is showing above (the y coordinate of the popup's bottom is less than the y coordinate of the anchor) or below the anchor view (the y coordinate of the popup is greater than y coordinate of the anchor's bottom).
[read-only]
IsShowingbool.
OutsideTouchablebool.
SoftInputModeAndroid.Views.SoftInput. Returns the current value in PopupWindow.SoftInputMode.
SplitTouchEnabledbool.
Touchablebool.
Widthint.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Dismiss()
GetMaxAvailableHeight(Android.Views.View) : int
Returns the maximum height that is available for the popup to be completely shown.
GetMaxAvailableHeight(Android.Views.View, int) : 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)

Public Events

DismissEventDocumentation for this section has not yet been entered.
TouchInterceptedDocumentation for this section has not yet been entered.