Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarControllerTest.java82 private LightBarController mLightBarController; field in LightBarControllerTest
95 mLightBarController = new LightBarController( in setup()
104 mLightBarController.start(); in setup()
329 mLightBarController.setScrimState(ScrimState.UNLOCKED, 0f, COLORS_DARK); in validateNavBarChangesUpdateIcons()
330 mLightBarController.onNavigationBarAppearanceChanged( in validateNavBarChangesUpdateIcons()
336 mLightBarController.setNavigationBar(mNavBarController); in validateNavBarChangesUpdateIcons()
340 mLightBarController.setScrimState(ScrimState.UNLOCKED, 0f, COLORS_LIGHT); in validateNavBarChangesUpdateIcons()
344 mLightBarController.setScrimState(ScrimState.UNLOCKED, 1f, COLORS_LIGHT); in validateNavBarChangesUpdateIcons()
348 mLightBarController.setQsExpanded(true); in validateNavBarChangesUpdateIcons()
352 mLightBarController.setScrimState(ScrimState.UNLOCKED, 1f, COLORS_DARK); in validateNavBarChangesUpdateIcons()
[all …]
DScrimControllerTest.java139 @Mock private LightBarController mLightBarController; field in ScrimControllerTest
266 }).when(mLightBarController).setScrimState( in setup()
278 mLightBarController, in setup()
1226 mLightBarController, in blankingNotRequired_leavingAoD()
DCentralSurfacesImplTest.java244 @Mock private LightBarController mLightBarController; field in CentralSurfacesImplTest
499 mLightBarController, in createCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizerController.java65 private final LightBarController mLightBarController; field in QSCustomizerController
95 mView.updateNavBackDrop(newConfig, mLightBarController);
117 mLightBarController = lightBarController; in QSCustomizerController()
131 mView.updateNavBackDrop(getResources().getConfiguration(), mLightBarController); in onViewAttached() local
202 mView.updateNavColors(mLightBarController); in show()
264 mView.updateNavColors(mLightBarController); in hide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java102 private LightBarController mLightBarController; field in TaskbarDelegate
202 mLightBarController = lightBarController; in setDependencies()
248 mLightBarController.setNavigationBar(mLightBarTransitionsController); in init()
270 mLightBarController.setNavigationBar(null); in destroy()
393 mLightBarController.onNavigationBarAppearanceChanged(appearance, nbModeChanged, in onSystemBarAttributesChanged()
461 mLightBarController.onNavigationBarModeChanged(transitionMode); in onTransientStateChanged()
DNavigationBar.java256 private LightBarController mLightBarController; field in NavigationBar
1161 if (mLightBarController != null) { in restoreAppearanceAndTransientState()
1162 mLightBarController.onNavigationBarAppearanceChanged(mAppearance, in restoreAppearanceAndTransientState()
1180 if (mLightBarController != null) { in onSystemBarAttributesChanged()
1181 mLightBarController.onNavigationBarAppearanceChanged(appearance, nbModeChanged, in onSystemBarAttributesChanged()
1229 if (updateTransitionMode(transitionMode) && mLightBarController != null) { in handleTransientChanged()
1230 mLightBarController.onNavigationBarModeChanged(transitionMode); in handleTransientChanged()
1656 mLightBarController = lightBarController; in setLightBarController()
1657 if (mLightBarController != null) { in setLightBarController()
1658 mLightBarController.setNavigationBar( in setLightBarController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DTaskbarDelegateTest.kt61 lateinit var mLightBarController: LightBarController variable in com.android.systemui.navigationbar.TaskbarDelegateTest
83 mLightBarController, mOptionalPip, mBackAnimation, mTaskStackChangeListeners) in setup()
DNavigationBarTest.java194 private LightBarController mLightBarController; field in NavigationBarTest
243 when(mLightBarcontrollerFactory.create(any(Context.class))).thenReturn(mLightBarController); in setup()
593 mLightBarController, in createNavBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java134 @Inject Lazy<LightBarController> mLightBarController; field in Dependency
182 mProviders.put(LightBarController.class, mLightBarController::get); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java132 @Mock protected LightBarController mLightBarController; field in QuickSettingsControllerImplBaseTest
284 mLightBarController, in setup()
DNotificationPanelViewControllerBaseTest.java278 @Mock protected LightBarController mLightBarController; field in NotificationPanelViewControllerBaseTest
813 mLightBarController, in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java109 @Mock private LightBarController mLightBarController; field in RemoteInputViewTest
124 mLightBarController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java251 protected final LightBarController mLightBarController; field in GlobalActionsDialogLite
405 mLightBarController = lightBarController; in GlobalActionsDialogLite()
725 mLightBarController, in createDialog()
2278 protected final LightBarController mLightBarController;
2379 mLightBarController = lightBarController;
2576 mLightBarController.setGlobalActionsVisible(true);
2607 mLightBarController.setGlobalActionsVisible(false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java962 private final LightBarController mLightBarController; field in RemoteInputView.RemoteEditText
969 mLightBarController = Dependency.get(LightBarController.class); in RemoteEditText()
1034 mLightBarController.setDirectReplying(focused); in onFocusChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java127 @Mock private LightBarController mLightBarController; field in GlobalActionsDialogLiteTest
188 mLightBarController, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java367 private final LightBarController mLightBarController; field in CentralSurfacesImpl
717 mLightBarController = lightBarController; in CentralSurfacesImpl()
1553 mLightBarController.setBiometricUnlockController(mBiometricUnlockController); in startKeyguard()
1820 if (mLightBarController != null) { in dump()
1821 mLightBarController.dump(pw, args); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java137 private final LightBarController mLightBarController; field in QuickSettingsControllerImpl
360 mLightBarController = lightBarController; in QuickSettingsControllerImpl()
1058 mLightBarController.setQsExpanded(mFullyExpanded); in updateExpansion()