Searched refs:mAnimationStartTime (Results 1 – 2 of 2) sorted by relevance
35 private long mAnimationStartTime; field in WirelessChargingView109 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()
122 private long mAnimationStartTime; field in DockedStackDividerController876 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()