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