Home
last modified time | relevance | path

Searched refs:mLightBarController (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavBarTintController.java46 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()
DNavigationBarFragment.java167 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()
DStatusBar.java346 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/
DQSCustomizer.java70 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/
DRemoteInputViewTest.java71 @Mock private LightBarController mLightBarController; field in RemoteInputViewTest
83 mLightBarController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java520 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/
DDependency.java242 @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/
DCarStatusBar.java422 mLightBarController = Dependency.get(LightBarController.class); in getDependencies()
472 mLightBarController.onNavigationVisibilityChanged( in setSystemUiVisibility()