Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizerController.java65 private final LightBarController mLightBarController; field in QSCustomizerController
131 mView.updateNavBackDrop(getResources().getConfiguration(), mLightBarController); in onViewAttached() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DTaskbarDelegateTest.kt61 lateinit var mLightBarController: LightBarController variable in com.android.systemui.navigationbar.TaskbarDelegateTest
DNavigationBarTest.java194 private LightBarController mLightBarController; field in NavigationBarTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarControllerTest.java82 private LightBarController mLightBarController; field in LightBarControllerTest
DCentralSurfacesImplTest.java244 @Mock private LightBarController mLightBarController; field in CentralSurfacesImplTest
DScrimControllerTest.java139 @Mock private LightBarController mLightBarController; field in ScrimControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java132 @Mock protected LightBarController mLightBarController; field in QuickSettingsControllerImplBaseTest
DNotificationPanelViewControllerBaseTest.java278 @Mock protected LightBarController mLightBarController; field in NotificationPanelViewControllerBaseTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java134 @Inject Lazy<LightBarController> mLightBarController; field in Dependency
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java109 @Mock private LightBarController mLightBarController; field in RemoteInputViewTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java102 private LightBarController mLightBarController; field in TaskbarDelegate
DNavigationBar.java256 private LightBarController mLightBarController; field in NavigationBar
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java127 @Mock private LightBarController mLightBarController; field in GlobalActionsDialogLiteTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java962 private final LightBarController mLightBarController; field in RemoteInputView.RemoteEditText
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java251 protected final LightBarController mLightBarController; field in GlobalActionsDialogLite
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java367 private final LightBarController mLightBarController; field in CentralSurfacesImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java137 private final LightBarController mLightBarController; field in QuickSettingsControllerImpl