Home
last modified time | relevance | path

Searched defs:mLightBarController (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java64 private final LightBarController mLightBarController; field in QSCustomizerController
126 mView.updateNavBackDrop(getResources().getConfiguration(), mLightBarController); in onViewAttached() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DLightBarControllerTest.java68 private LightBarController mLightBarController; field in LightBarControllerTest
H A DCentralSurfacesImplTest.java222 @Mock private LightBarController mLightBarController; field in CentralSurfacesImplTest
H A DScrimControllerTest.java135 @Mock private LightBarController mLightBarController; field in ScrimControllerTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQuickSettingsControllerBaseTest.java119 @Mock protected LightBarController mLightBarController; field in QuickSettingsControllerBaseTest
H A DNotificationPanelViewControllerBaseTest.java250 @Mock protected LightBarController mLightBarController; field in NotificationPanelViewControllerBaseTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java181 private LightBarController mLightBarController; field in NavigationBarTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java110 @Mock private LightBarController mLightBarController; field in RemoteInputViewTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLiteTest.java120 @Mock private LightBarController mLightBarController; field in GlobalActionsDialogLiteTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java104 private LightBarController mLightBarController; field in TaskbarDelegate
H A DNavigationBar.java252 private LightBarController mLightBarController; field in NavigationBar
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java285 @Inject Lazy<LightBarController> mLightBarController; field in Dependency
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java245 protected final LightBarController mLightBarController; field in GlobalActionsDialogLite
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java1013 private LightBarController mLightBarController; field in RemoteInputView.RemoteEditText
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java134 private final LightBarController mLightBarController; field in QuickSettingsController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java408 private final LightBarController mLightBarController; field in CentralSurfacesImpl