Home
last modified time | relevance | path

Searched refs:systemBarUtils (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModel.kt55 private val systemBarUtils: SystemBarUtilsProxy, in <lambda>() constant
170 val statusBarHeight = systemBarUtils.getStatusBarHeaderHeightKeyguard() in <lambda>()
190 return systemBarUtils.getStatusBarHeight() + in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardClockViewModelKosmos.kt37 systemBarUtils = systemBarUtilsProxy, in <lambda>()