Searched defs:navigationBar (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DRequireScrollHelper.java39 * @param navigationBar The navigation bar in which the next button's label will be changed.
42 public static RequireScrollHelper requireScroll(NavigationBar navigationBar, argument
44 final RequireScrollHelper helper = new RequireScrollHelper(navigationBar, scrollView);
54 private RequireScrollHelper(NavigationBar navigationBar, BottomScrollView scrollView) { argument
55 mNavigationBar = navigationBar;

Completed in 401 milliseconds