Searched refs:stepAnimationLocked (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowAnimator.java152 if (appAnimator.stepAnimationLocked(mCurrentTime, mInnerDw, mInnerDh)) {
171 if (appAnimator.stepAnimationLocked(mCurrentTime, mInnerDw, mInnerDh)) {
186 if (mScreenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
209 final boolean nowAnimating = winAnimator.stepAnimationLocked(mCurrentTime);
H A DAppWindowAnimator.java184 boolean stepAnimationLocked(long currentTime, int dw, int dh) { method in class:AppWindowAnimator
H A DScreenRotationAnimation.java880 public boolean stepAnimationLocked(long now) { method in class:ScreenRotationAnimation
H A DWindowStateAnimator.java224 boolean stepAnimationLocked(long currentTime) { method in class:WindowStateAnimator

Completed in 86 milliseconds