Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java71 @Mock private LightBarController mLightBarController; field in RemoteInputViewTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavBarTintController.java46 private final LightBarTransitionsController mLightBarController; field in NavBarTintController
DNavigationBarFragment.java167 private LightBarController mLightBarController; field in NavigationBarFragment
DStatusBar.java346 protected LightBarController mLightBarController; field in StatusBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java70 private final LightBarController mLightBarController; field in QSCustomizer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java520 private LightBarController mLightBarController; field in RemoteInputView.RemoteEditText
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java242 @Inject Lazy<LightBarController> mLightBarController; field in Dependency