Searched refs:mStatusAreaAnim (Results 1 – 2 of 2) sorted by relevance
127 @VisibleForTesting AnimatorSet mStatusAreaAnim = null; field in KeyguardClockSwitch295 if (mStatusAreaAnim != null) mStatusAreaAnim.cancel(); in updateClockViews()299 mStatusAreaAnim = null; in updateClockViews()396 mStatusAreaAnim = new AnimatorSet(); in updateClockViews()398 mStatusAreaAnim.setDuration( in updateClockViews()400 mStatusAreaAnim.setInterpolator(Interpolators.EMPHASIZED); in updateClockViews()401 mStatusAreaAnim.playTogether( in updateClockViews()411 mStatusAreaAnim.addListener(new AnimatorListenerAdapter() { in updateClockViews()413 if (mStatusAreaAnim == animation) { in updateClockViews()414 mStatusAreaAnim = null; in updateClockViews()[all …]
191 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToBigClockWithAnimation_makesSmallClockDisappear()215 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToSmallClockWithAnimation_makesBigClockDisappear()243 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToSmallClockAnimation_resetsStatusArea()