package

androidx.wear.internal.widget.drawer

Interfaces

MultiPagePresenter.UiControls the user interface of a multi-page WearableNavigationDrawerView.
SinglePagePresenter.UiControls the user interface of a single-page WearableNavigationDrawerView.

Classes

MultiPagePresenterProvides a WearableNavigationDrawerPresenter implementation that is designed for the multi-page navigation drawer.
MultiPageUiHandles view logic for the multi page style WearableNavigationDrawerView.
SinglePagePresenterProvides a WearableNavigationDrawerPresenter implementation that is designed for the single page navigation drawer.
SinglePageUiHandles view logic for the single page style WearableNavigationDrawerView.
WearableNavigationDrawerPresenterControls the behavior of this view where the behavior may differ between single and multi-page.