Searched refs:mAnimationStartTime (Results 1 – 1 of 1) sorted by relevance
125 private long mAnimationStartTime; field in DockedStackDividerController908 mAnimationStartTime = now; in animateForIme()912 float t = Math.min(1f, (float) (now - mAnimationStartTime) / mAnimationDuration); in animateForIme()934 mAnimationStartTime = now; in animateForMinimizedDockedStack()938 float t = Math.min(1f, (float) (now - mAnimationStartTime) / mAnimationDuration); in animateForMinimizedDockedStack()