/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | LightBarControllerTest.java | 52 private LightBarController mLightBarController; field in LightBarControllerTest 60 mLightBarController = new LightBarController( in setup() 76 mLightBarController.onStatusBarAppearanceChanged( in testOnStatusBarAppearanceChanged_multipleStacks_allStacksLight() 91 mLightBarController.onStatusBarAppearanceChanged( in testOnStatusBarAppearanceChanged_multipleStacks_oneStackLightOneStackDark() 106 mLightBarController.onStatusBarAppearanceChanged( in testOnStatusBarAppearanceChanged_multipleStacks_oneStackDarkOneStackLight() 121 mLightBarController.onStatusBarAppearanceChanged( in testOnStatusBarAppearanceChanged_multipleStacks_allStacksDark() 132 mLightBarController.onStatusBarAppearanceChanged( in testOnStatusBarAppearanceChanged_singleStack_light() 144 mLightBarController.onStatusBarAppearanceChanged( in testOnStatusBarAppearanceChanged_singleStack_dark()
|
H A D | StatusBarCommandQueueCallbacksTest.java | 86 @Mock private LightBarController mLightBarController; field in StatusBarCommandQueueCallbacksTest 120 mLightBarController, in setup()
|
H A D | ScrimControllerTest.java | 101 LightBarController mLightBarController; field in ScrimControllerTest 218 }).when(mLightBarController).setScrimState( in setup() 228 mScrimController = new ScrimController(mLightBarController, in setup()
|
H A D | StatusBarTest.java | 182 @Mock private LightBarController mLightBarController; field in StatusBarTest 367 mLightBarController, in setup()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | QSCustomizerController.java | 63 private final LightBarController mLightBarController; field in QSCustomizerController 93 mView.updateNavBackDrop(newConfig, mLightBarController); 115 mLightBarController = lightBarController; in QSCustomizerController() 125 mView.updateNavBackDrop(getResources().getConfiguration(), mLightBarController); in onViewAttached() local 196 mView.updateNavColors(mLightBarController); in show() 253 mView.updateNavColors(mLightBarController); in hide()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | TaskbarDelegate.java | 96 private LightBarController mLightBarController; field in TaskbarDelegate 171 mLightBarController = lightBarController; in setDependencies() 218 mLightBarController.setNavigationBar(mLightBarTransitionsController); 240 mLightBarController.setNavigationBar(null); 342 if (mLightBarController != null && displayId == mDisplayId) { 343 mLightBarController.onNavigationBarAppearanceChanged(appearance, false/*nbModeChanged*/,
|
H A D | NavigationBar.java | 233 private LightBarController mLightBarController; field in NavigationBar 967 if (mLightBarController != null) { in restoreAppearanceAndTransientState() 968 mLightBarController.onNavigationBarAppearanceChanged(mAppearance, in restoreAppearanceAndTransientState() 985 if (mLightBarController != null) { in onSystemBarAttributesChanged() 986 mLightBarController.onNavigationBarAppearanceChanged(appearance, nbModeChanged, in onSystemBarAttributesChanged() 1035 if (updateBarMode(barMode) && mLightBarController != null) { in handleTransientChanged() 1036 mLightBarController.onNavigationBarModeChanged(barMode); in handleTransientChanged() 1449 mLightBarController = lightBarController; in setLightBarController() 1450 if (mLightBarController != null) { in setLightBarController() 1451 mLightBarController.setNavigationBar( in setLightBarController()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewTest.java | 79 @Mock private LightBarController mLightBarController; field in RemoteInputViewTest 92 mLightBarController); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarTest.java | 143 private LightBarController mLightBarController; field in NavigationBarTest 170 when(mLightBarcontrollerFactory.create(any(Context.class))).thenReturn(mLightBarController); in setup() 381 mLightBarController, in createNavBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarCommandQueueCallbacks.java | 102 private final LightBarController mLightBarController; field in StatusBarCommandQueueCallbacks 167 mLightBarController = lightBarController; in StatusBarCommandQueueCallbacks() 489 mLightBarController.onStatusBarAppearanceChanged(appearanceRegions, barModeChanged, in onSystemBarAttributesChanged()
|
H A D | StatusBar.java | 451 private final LightBarController mLightBarController; field in StatusBar 796 mLightBarController = lightBarController; in StatusBar() 1607 mLightBarController.setBiometricUnlockController(mBiometricUnlockController); in startKeyguard() 2172 mLightBarController.onStatusBarModeChanged(barMode); in maybeUpdateBarMode() 2392 if (mLightBarController != null) { in dump() 2393 mLightBarController.dump(fd, pw, args); in dump()
|
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
H A D | CarSystemBarTest.java | 82 private LightBarController mLightBarController; field in CarSystemBarTest 147 mCarSystemBar = new CarSystemBar(mContext, mCarSystemBarController, mLightBarController, in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 903 private LightBarController mLightBarController; field in RemoteInputView.RemoteEditText 910 mLightBarController = Dependency.get(LightBarController.class); in RemoteEditText() 971 mLightBarController.setDirectReplying(focused); in onFocusChanged()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 295 @Inject Lazy<LightBarController> mLightBarController; field in Dependency 489 mProviders.put(LightBarController.class, mLightBarController::get); in start()
|