Searched refs:smallClockView (Results 1 – 2 of 2) sorted by relevance
53 @Mock private lateinit var smallClockView: View variable in com.android.systemui.keyguard.ui.binder.KeyguardClockViewBinderTest72 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()
94 @Mock private lateinit var smallClockView: View variable in com.android.keyguard.ClockEventControllerTest115 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()