Home
last modified time | relevance | path

Searched refs:AutoHideControllerStore (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideControllerStore.kt32 interface AutoHideControllerStore : PerDisplayStore<AutoHideController> interface
43 AutoHideControllerStore,
70 AutoHideControllerStore,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/core/
DMultiDisplayStatusBarOrchestratorStore.kt25 import com.android.systemui.statusbar.phone.AutoHideControllerStore
42 private val autoHideControllerStore: AutoHideControllerStore,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.kt38 import com.android.systemui.statusbar.phone.AutoHideControllerStore
180 ): AutoHideControllerStore { in windowStateRepoStore()
191 @ClassKey(AutoHideControllerStore::class) in windowStateRepoStore()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DAutoHideKosmos.kt54 class FakeAutoHideControllerStore : AutoHideControllerStore {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
DNavigationBarControllerImplTest.java60 import com.android.systemui.statusbar.phone.AutoHideControllerStore;
95 private final AutoHideControllerStore mAutoHideControllerStore =
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarControllerImpl.java60 import com.android.systemui.statusbar.phone.AutoHideControllerStore;
128 AutoHideControllerStore autoHideControllerStore, in NavigationBarControllerImpl()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/navigationbar/views/
DNavigationBarTest.java123 import com.android.systemui.statusbar.phone.AutoHideControllerStore;
249 private final AutoHideControllerStore mAutoHideControllerStore =
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/
DNavigationBar.java157 import com.android.systemui.statusbar.phone.AutoHideControllerStore;
268 private final AutoHideControllerStore mAutoHideControllerStore;
583 AutoHideControllerStore autoHideControllerStore, in NavigationBar()