Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinderTest.kt86 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.kt69 updateBurnInLayer(keyguardRootView, viewModel, viewModel.clockSize.value) in <lambda>()
77 updateBurnInLayer(keyguardRootView, viewModel, clockSize) in <lambda>()
132 fun updateBurnInLayer( in <lambda>() method