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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsBottomSheet.java228 mLauncher.activateLightSystemBars(lightNavBar, false /* statusBar */, true /* navBar */);
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java263 mLauncher.activateLightSystemBars(forceLight, true /* statusBar */, true /* navBar */);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java490 activateLightSystemBars(lightStatusBar || isAllAppsVisible(), true, isAllAppsVisible());
503 public void activateLightSystemBars(boolean isLight, boolean statusBar, boolean navBar) { method in class:Launcher

Completed in 130 milliseconds