Searched defs:mClockAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java135 private ObjectAnimator mClockAnimator; field in class:NotificationPanelView
327 if (animate || mClockAnimator != null) {
349 if (mClockAnimator != null) {
350 mClockAnimator.removeAllListeners();
351 mClockAnimator.cancel();
353 mClockAnimator = ObjectAnimator
355 mClockAnimator.setInterpolator(mFastOutSlowInInterpolator);
356 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
357 mClockAnimator.addListener(new AnimatorListenerAdapter() {
360 mClockAnimator
[all...]

Completed in 7 milliseconds