Android.Widget.SlidingDrawer Members

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

See Also: Inherited members from Android.Views.ViewGroup

Public Constructors

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.

Protected Constructors

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

Public Fields

Public Properties

[read-only]
ContentAndroid.Views.View. Returns the content of the drawer.
[read-only]
IsMovingbool. Indicates whether the drawer is scrolling or flinging.
[read-only]
IsOpenedbool. Indicates whether the drawer is currently fully opened.

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

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.

Public Events

DrawerCloseDocumentation for this section has not yet been entered.
DrawerOpenDocumentation for this section has not yet been entered.
ScrollEndedDocumentation for this section has not yet been entered.
ScrollStartedDocumentation for this section has not yet been entered.