Home
last modified time | relevance | path

Searched refs:SystemBarUtilsProxy (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsProxy.kt32 interface SystemBarUtilsProxy { interface
41 ) : SystemBarUtilsProxy { in getStatusBarHeight()
53 @Binds fun bindImpl(impl: SystemBarUtilsProxyImpl): SystemBarUtilsProxy in getStatusBarHeight()
DSystemBarUtilsState.kt43 proxy: SystemBarUtilsProxy,
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ui/
DFakeSystemBarUtilsProxy.kt25 ) : SystemBarUtilsProxy {
DSystemBarUtilsProxyKosmos.kt30 var Kosmos.systemBarUtilsProxy: SystemBarUtilsProxy by Fixture { fakeSystemBarUtilsProxy } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt36 import com.android.systemui.statusbar.ui.SystemBarUtilsProxy in <lambda>()
55 private val systemBarUtils: SystemBarUtilsProxy, in <lambda>()