Searched refs:SystemBarUtilsProxyImpl (Results 1 – 3 of 3) sorted by relevance
23 import com.android.systemui.statusbar.ui.SystemBarUtilsProxyImpl37 @Module(includes = [StatusBarDataLayerModule::class, SystemBarUtilsProxyImpl.Module::class])
37 class SystemBarUtilsProxyImpl in getStatusBarHeight() class53 @Binds fun bindImpl(impl: SystemBarUtilsProxyImpl): SystemBarUtilsProxy in getStatusBarHeight()
44 val Kosmos.systemBarUtilsProxyImpl by Fixture { SystemBarUtilsProxyImpl(applicationContext) } in <lambda>()