The members of Android.Widget.SlidingDrawer are listed below.
See Also: Inherited members from Android.Views.ViewGroup
Creates a new SlidingDrawer from a specified set of attributes defined in XML. | ||
Creates a new SlidingDrawer from a specified set of attributes defined in XML. | ||
Creates a new SlidingDrawer from a specified set of attributes defined in XML. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | OrientationHorizontal | SlidingDrawerOrientation (0). |
const | OrientationVertical | SlidingDrawerOrientation (1). |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AnimateClose()Closes the drawer with an animation. | ||
AnimateOpen()Opens the drawer with an animation. | ||
AnimateToggle()Toggles the drawer open and close with an animation. | ||
Close()Closes the drawer immediately. | ||
GetHandle()Returns the handle of the drawer. | ||
Lock()Locks the SlidingDrawer so that touch events are ignores. | ||
Open()Opens the drawer immediately. | ||
SetOnDrawerCloseListener(SlidingDrawer.IOnDrawerCloseListener)Sets the listener that receives a notification when the drawer becomes close. | ||
SetOnDrawerOpenListener(SlidingDrawer.IOnDrawerOpenListener)Sets the listener that receives a notification when the drawer becomes open. | ||
SetOnDrawerScrollListener(SlidingDrawer.IOnDrawerScrollListener)Sets the listener that receives a notification when the drawer starts or ends a scroll. | ||
Toggle()Toggles the drawer open and close. | ||
Unlock()Unlocks the SlidingDrawer so that touch events are processed. |
DrawerClose | Documentation for this section has not yet been entered. | |
DrawerOpen | Documentation for this section has not yet been entered. | |
ScrollEnded | Documentation for this section has not yet been entered. | |
ScrollStarted | Documentation for this section has not yet been entered. |