Searched refs:mLightBarController (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavBarTintController.java | 46 private final LightBarTransitionsController mLightBarController; field in NavBarTintController 79 mLightBarController = lightBarController; in NavBarTintController() 179 mLightBarController.setIconsDark(true /* dark */, true /* animate */); in updateTint() 182 mLightBarController.setIconsDark(false /* dark */, true /* animate */); in updateTint()
|
D | NavigationBarFragment.java | 167 private LightBarController mLightBarController; field in NavigationBarFragment 512 mLightBarController.onNavigationVisibilityChanged(mSystemUiVisibility, 0 /* mask */, in restoreSystemUiVisibilityState() 549 mLightBarController.onNavigationVisibilityChanged( in setSystemUiVisibility() 966 mLightBarController = lightBarController; in setLightBarController() 967 mLightBarController.setNavigationBar(mNavigationBarView.getLightTransitionsController()); in setLightBarController()
|
D | StatusBar.java | 346 protected LightBarController mLightBarController; field in StatusBar 928 mLightBarController = Dependency.get(LightBarController.class); in makeStatusBarView() 934 (state, alpha, color) -> mLightBarController.setScrimState(state, alpha, color), in makeStatusBarView() 1100 mLightBarController = Dependency.get(LightBarController.class); in getDependencies() 1304 mLightBarController.setBiometricUnlockController(mBiometricUnlockController); in startKeyguard() 2203 mLightBarController.onSystemUiVisibilityChanged(fullscreenStackVis, dockedStackVis, in setSystemUiVisibility() 2469 if (mLightBarController != null) { in dump() 2470 mLightBarController.dump(fd, pw, args); in dump()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | QSCustomizer.java | 70 private final LightBarController mLightBarController; field in QSCustomizer 126 mLightBarController = lightBarController; in QSCustomizer() 157 mLightBarController.setQsCustomizing(mIsShowingNavBackdrop && isShown); in updateNavColors()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 71 @Mock private LightBarController mLightBarController; field in RemoteInputViewTest 83 mLightBarController); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 520 private LightBarController mLightBarController; field in RemoteInputView.RemoteEditText 525 mLightBarController = Dependency.get(LightBarController.class); in RemoteEditText() 565 mLightBarController.setDirectReplying(focused); in onFocusChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 242 @Inject Lazy<LightBarController> mLightBarController; field in Dependency 417 mProviders.put(LightBarController.class, mLightBarController::get); in start()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | CarStatusBar.java | 422 mLightBarController = Dependency.get(LightBarController.class); in getDependencies() 472 mLightBarController.onNavigationVisibilityChanged( in setSystemUiVisibility()
|