Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java166 private ObjectAnimator mClockAnimator; field in NotificationPanelView
417 if (animate || mClockAnimator != null) { in positionClockAndNotifications()
490 if (mClockAnimator != null) { in startClockAnimation()
491 mClockAnimator.removeAllListeners(); in startClockAnimation()
492 mClockAnimator.cancel(); in startClockAnimation()
494 mClockAnimator = ObjectAnimator in startClockAnimation()
496 mClockAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in startClockAnimation()
497 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in startClockAnimation()
498 mClockAnimator.addListener(new AnimatorListenerAdapter() { in startClockAnimation()
501 mClockAnimator = null; in startClockAnimation()
[all …]