Searched refs:mClockInAnim (Results 1 – 2 of 2) sorted by relevance
130 @VisibleForTesting AnimatorSet mClockInAnim = null; field in KeyguardClockSwitch308 if (mClockInAnim != null) mClockInAnim.cancel(); in updateClockViews()312 mClockInAnim = null; in updateClockViews()396 mClockInAnim = new AnimatorSet(); in updateClockViews()397 mClockInAnim.setDuration(CLOCK_IN_MILLIS); in updateClockViews()398 mClockInAnim.setInterpolator(Interpolators.LINEAR_OUT_SLOW_IN); in updateClockViews()399 mClockInAnim.playTogether( in updateClockViews()402 mClockInAnim.setStartDelay(CLOCK_IN_START_DELAY_MILLIS); in updateClockViews()403 mClockInAnim.addListener(new AnimatorListenerAdapter() { in updateClockViews()405 if (mClockInAnim == animation) { in updateClockViews()[all …]
193 mKeyguardClockSwitch.mClockInAnim.end(); in switchingToBigClockWithAnimation_makesSmallClockDisappear()217 mKeyguardClockSwitch.mClockInAnim.end(); in switchingToSmallClockWithAnimation_makesBigClockDisappear()245 mKeyguardClockSwitch.mClockInAnim.end(); in switchingToSmallClockAnimation_resetsStatusArea()