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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java74 private TimeAnimator mTimeAnimator; field in class:PanelView
91 if (mTimeAnimator != null && mTimeAnimator.isStarted()) {
92 mTimeAnimator.end();
111 if (mTimeAnimator.isStarted()) {
123 if (!mTimeAnimator.isStarted()) {
125 mTimeAnimator = new TimeAnimator();
126 mTimeAnimator.setTimeListener(mAnimationCallback);
130 mTimeAnimator.start();
201 mTimeAnimator
[all...]

Completed in 5 milliseconds