Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardClockViewBinderTest.kt53 @Mock private lateinit var smallClockView: View variable in com.android.systemui.keyguard.ui.binder.KeyguardClockViewBinderTest
72 verify(rootView).addView(smallClockView) in addClockViews_WeatherClock()
80 verify(rootView).addView(smallClockView) in addClockViews_nonWeatherClock()
87 verify(burnInLayer).removeView(smallClockView) in addClockViewsToBurnInLayer_LargeWeatherClock()
94 verify(burnInLayer).removeView(smallClockView) in addClockViewsToBurnInLayer_LargeNonWeatherClock()
102 verify(burnInLayer).addView(smallClockView) in addClockViewsToBurnInLayer_SmallClock()
126 whenever(smallClockFaceLayout.views).thenReturn(listOf(smallClockView)) in setupClock()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DClockEventControllerTest.kt94 @Mock private lateinit var smallClockView: View variable in com.android.keyguard.ClockEventControllerTest
115 whenever(smallClockController.view).thenReturn(smallClockView) in setUp()
116 whenever(smallClockView.parent).thenReturn(smallClockFrame) in setUp()
117 whenever(smallClockView.viewTreeObserver).thenReturn(smallClockViewTreeObserver) in setUp()
483 underTest.smallClockOnAttachStateChangeListener!!.onViewAttachedToWindow(smallClockView) in registerAndRemoveOnGlobalLayoutListener_correctly()
486 smallClockView in registerAndRemoveOnGlobalLayoutListener_correctly()
494 underTest.smallClockOnAttachStateChangeListener!!.onViewAttachedToWindow(smallClockView) in registerOnGlobalLayoutListener_RemoveOnAttachStateChangeListener_correctly()