HomeSort by relevance Sort by last modified time
    Searched refs:screenRotationAnimation (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
AppWindowAnimator.java 151 ScreenRotationAnimation screenRotationAnimation =
153 final boolean screenAnimation = screenRotationAnimation != null
154 && screenRotationAnimation.isAnimating();
156 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation());
WindowAnimator.java 540 final ScreenRotationAnimation screenRotationAnimation =
542 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) {
543 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
547 screenRotationAnimation.kill();
569 final ScreenRotationAnimation screenRotationAnimation =
571 if (screenRotationAnimation != null) {
572 screenRotationAnimation.updateSurfacesInTransaction()
    [all...]
WindowStateAnimator.java     [all...]
WindowManagerService.java     [all...]

Completed in 119 milliseconds