Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinderTest.kt71 KeyguardClockViewBinder.addClockViews(clock, rootView) in addClockViews_WeatherClock()
79 KeyguardClockViewBinder.addClockViews(clock, rootView) in addClockViews_nonWeatherClock()
86 KeyguardClockViewBinder.updateBurnInLayer(rootView, clockViewModel, ClockSize.LARGE) in addClockViewsToBurnInLayer_LargeWeatherClock()
93 KeyguardClockViewBinder.updateBurnInLayer(rootView, clockViewModel, ClockSize.LARGE) in addClockViewsToBurnInLayer_LargeNonWeatherClock()
101 KeyguardClockViewBinder.updateBurnInLayer(rootView, clockViewModel, ClockSize.SMALL) in addClockViewsToBurnInLayer_SmallClock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinder.kt42 object KeyguardClockViewBinder { in <lambda>() object
43 private val TAG = KeyguardClockViewBinder::class.simpleName!! in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DClockSection.kt40 import com.android.systemui.keyguard.ui.binder.KeyguardClockViewBinder in <lambda>()
78 KeyguardClockViewBinder.bind( in bindData()