Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingView.java35 private long mAnimationStartTime; field in WirelessChargingView
109 if (mAnimationStartTime == 0) { in onDraw()
110 mAnimationStartTime = System.currentTimeMillis(); in onDraw()
150 long timeSinceStart = now - mAnimationStartTime; in updateDrawingParameters()
180 return (float) (now - mAnimationStartTime) / (WirelessChargingAnimation.DURATION); in getPathGone()
/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java122 private long mAnimationStartTime; field in DockedStackDividerController
876 mAnimationStartTime = now; in animateForIme()
880 float t = Math.min(1f, (float) (now - mAnimationStartTime) / mAnimationDuration); in animateForIme()
902 mAnimationStartTime = now; in animateForMinimizedDockedStack()
906 float t = Math.min(1f, (float) (now - mAnimationStartTime) / mAnimationDuration); in animateForMinimizedDockedStack()