Home | History | Annotate | Download | only in wm

Lines Matching refs:mCurrentTime

56     long mCurrentTime;
183 if (appAnimator.stepAnimationLocked(mCurrentTime)) {
199 if (appAnimator.stepAnimationLocked(mCurrentTime)) {
226 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime);
520 mCurrentTime = SystemClock.uptimeMillis();
525 Slog.i(TAG, "!!! animate: entry time=" + mCurrentTime);
543 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
746 pw.print(prefix); pw.print("mCurrentTime=");
747 pw.println(TimeUtils.formatUptime(mCurrentTime));