belongs to Maven artifact com.android.support:wear:28.0.0-alpha1
WearableDrawerController
public
class
WearableDrawerController
extends Object
java.lang.Object | |
↳ | android.support.wear.widget.drawer.WearableDrawerController |
Provides the ability to manipulate a WearableDrawerView's
position
within a WearableDrawerLayout
.
Summary
Public methods | |
---|---|
void
|
closeDrawer()
Requests that the |
void
|
openDrawer()
Requests that the |
void
|
peekDrawer()
Requests that the |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
Public methods
closeDrawer
void closeDrawer ()
Requests that the WearableDrawerView
be closed.
openDrawer
void openDrawer ()
Requests that the WearableDrawerView
be opened.
peekDrawer
void peekDrawer ()
Requests that the WearableDrawerView
be peeked.