Home
last modified time | relevance | path

Searched refs:SystemBarUtilsProxyImpl (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarModule.kt23 import com.android.systemui.statusbar.ui.SystemBarUtilsProxyImpl
37 @Module(includes = [StatusBarDataLayerModule::class, SystemBarUtilsProxyImpl.Module::class])
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsProxy.kt37 class SystemBarUtilsProxyImpl in getStatusBarHeight() class
53 @Binds fun bindImpl(impl: SystemBarUtilsProxyImpl): SystemBarUtilsProxy in getStatusBarHeight()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsProxyKosmos.kt44 val Kosmos.systemBarUtilsProxyImpl by Fixture { SystemBarUtilsProxyImpl(applicationContext) } in <lambda>()