Searched refs:mStatusAreaAnim (Results 1 – 2 of 2) sorted by relevance
132 @VisibleForTesting AnimatorSet mStatusAreaAnim = null; field in KeyguardClockSwitch310 if (mStatusAreaAnim != null) mStatusAreaAnim.cancel(); in updateClockViews()314 mStatusAreaAnim = null; in updateClockViews()411 mStatusAreaAnim = new AnimatorSet(); in updateClockViews()412 mStatusAreaAnim.setStartDelay(STATUS_AREA_START_DELAY_MILLIS); in updateClockViews()413 mStatusAreaAnim.setDuration( in updateClockViews()415 mStatusAreaAnim.setInterpolator(Interpolators.EMPHASIZED); in updateClockViews()416 mStatusAreaAnim.playTogether( in updateClockViews()426 mStatusAreaAnim.addListener(new AnimatorListenerAdapter() { in updateClockViews()428 if (mStatusAreaAnim == animation) { in updateClockViews()[all …]
195 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToBigClockWithAnimation_makesSmallClockDisappear()219 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToSmallClockWithAnimation_makesBigClockDisappear()247 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToSmallClockAnimation_resetsStatusArea()