The methods of Android.Widget.SlidingDrawer are listed below. For a list of all members, see the SlidingDrawer Members list.
See Also: Inherited members from Android.Views.ViewGroup
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. |