Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java131 @VisibleForTesting AnimatorSet mClockOutAnim = null; field in KeyguardClockSwitch
309 if (mClockOutAnim != null) mClockOutAnim.cancel(); in updateClockViews()
313 mClockOutAnim = null; in updateClockViews()
380 mClockOutAnim = new AnimatorSet(); in updateClockViews()
381 mClockOutAnim.setDuration(CLOCK_OUT_MILLIS); in updateClockViews()
382 mClockOutAnim.setInterpolator(Interpolators.LINEAR); in updateClockViews()
383 mClockOutAnim.playTogether( in updateClockViews()
386 mClockOutAnim.addListener(new AnimatorListenerAdapter() { in updateClockViews()
388 if (mClockOutAnim == animation) { in updateClockViews()
390 mClockOutAnim = null; in updateClockViews()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java194 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToBigClockWithAnimation_makesSmallClockDisappear()
218 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToSmallClockWithAnimation_makesBigClockDisappear()
246 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToSmallClockAnimation_resetsStatusArea()