Searched refs:mClockOutAnim (Results 1 – 2 of 2) sorted by relevance
126 @VisibleForTesting AnimatorSet mClockOutAnim = null; field in KeyguardClockSwitch294 if (mClockOutAnim != null) mClockOutAnim.cancel(); in updateClockViews()298 mClockOutAnim = null; in updateClockViews()365 mClockOutAnim = new AnimatorSet(); in updateClockViews()366 mClockOutAnim.setDuration(CLOCK_OUT_MILLIS); in updateClockViews()367 mClockOutAnim.setInterpolator(Interpolators.LINEAR); in updateClockViews()368 mClockOutAnim.playTogether( in updateClockViews()371 mClockOutAnim.addListener(new AnimatorListenerAdapter() { in updateClockViews()373 if (mClockOutAnim == animation) { in updateClockViews()375 mClockOutAnim = null; in updateClockViews()[all …]
190 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToBigClockWithAnimation_makesSmallClockDisappear()214 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToSmallClockWithAnimation_makesBigClockDisappear()242 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToSmallClockAnimation_resetsStatusArea()