Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java109 protected AnimatableClockView mLargeClockView; field in KeyguardClockSwitchControllerBaseTest
158 when(mLargeClockView.getContext()).thenReturn(getContext()); in setup()
186 when(mLargeClockController.getView()).thenReturn(mLargeClockView); in setup()
H A DKeyguardClockSwitchControllerTest.java183 when(mLargeClockView.getHeight()).thenReturn(40); in testGetLargeClockBottom_returnsExpectedValue()
195 when(mLargeClockView.getHeight()).thenReturn(40); in testGetSmallLargeClockBottom_returnsExpectedValue()