Searched refs:mClockOutAnim (Results 1 – 2 of 2) sorted by relevance
131 @VisibleForTesting AnimatorSet mClockOutAnim = null; field in KeyguardClockSwitch309 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 …]
194 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToBigClockWithAnimation_makesSmallClockDisappear()218 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToSmallClockWithAnimation_makesBigClockDisappear()246 mKeyguardClockSwitch.mClockOutAnim.end(); in switchingToSmallClockAnimation_resetsStatusArea()