added in version 26.1.0
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 WearableDrawerView be closed.

void openDrawer()

Requests that the WearableDrawerView be opened.

void peekDrawer()

Requests that the WearableDrawerView be peeked.

Inherited methods

From class java.lang.Object

Public methods

closeDrawer

added in version 26.1.0
void closeDrawer ()

Requests that the WearableDrawerView be closed.

openDrawer

added in version 26.1.0
void openDrawer ()

Requests that the WearableDrawerView be opened.

peekDrawer

added in version 26.1.0
void peekDrawer ()

Requests that the WearableDrawerView be peeked.