Searched refs:SINGLE_PAGE (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableNavigationDrawerView.java59 * attribute. If not specified, {@link #SINGLE_PAGE singlePage} will be used as the default.
83 @IntDef({SINGLE_PAGE, MULTI_PAGE})
91 public static final int SINGLE_PAGE = 0; field in class:WearableNavigationDrawerView
99 @NavigationStyle private static final int DEFAULT_STYLE = SINGLE_PAGE;
160 mNavigationStyle == SINGLE_PAGE
202 * Returns the style this drawer is using, either {@link #SINGLE_PAGE} or {@link #MULTI_PAGE}.

Completed in 125 milliseconds