Android.Widget.SlidingDrawer: Method Members

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

Public Methods

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() : Android.Views.View
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.

Protected Methods

override
OnLayout(bool, int, int, int, int)
Called from layout when this view should assign a size and position to each of its children.