Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardStatusViewControllerTest.java84 verify(mControllerMock).setProperty(AnimatableProperty.Y, 15f, true); in updatePosition_primaryClockAnimation()
87 verify(mControllerMock).setProperty(AnimatableProperty.SCALE_X, 1f, true); in updatePosition_primaryClockAnimation()
88 verify(mControllerMock).setProperty(AnimatableProperty.SCALE_Y, 1f, true); in updatePosition_primaryClockAnimation()
99 verify(mControllerMock).setProperty(AnimatableProperty.Y, 15f, true); in updatePosition_alternateClockAnimation()
102 verify(mControllerMock).setProperty(AnimatableProperty.SCALE_X, 20f, true); in updatePosition_alternateClockAnimation()
103 verify(mControllerMock).setProperty(AnimatableProperty.SCALE_Y, 20f, true); in updatePosition_alternateClockAnimation()
H A DKeyguardStatusViewControllerBaseTest.java55 @Mock protected KeyguardStatusViewController mControllerMock; field in KeyguardStatusViewControllerBaseTest
91 mControllerMock.setProperty(property, value, animate); in setup()