Home
last modified time | relevance | path

Searched refs:mStatusAreaAnim (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java132 @VisibleForTesting AnimatorSet mStatusAreaAnim = null; field in KeyguardClockSwitch
310 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 …]
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchTest.java195 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToBigClockWithAnimation_makesSmallClockDisappear()
219 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToSmallClockWithAnimation_makesBigClockDisappear()
247 mKeyguardClockSwitch.mStatusAreaAnim.end(); in switchingToSmallClockAnimation_resetsStatusArea()