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 150 ScreenRotationAnimation screenRotationAnimation =
152 final boolean screenAnimation = screenRotationAnimation != null
153 && screenRotationAnimation.isAnimating();
155 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation());
WindowAnimator.java 483 final ScreenRotationAnimation screenRotationAnimation =
485 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) {
486 if (screenRotationAnimation.stepAnimationLocked(mCurrentTime)) {
490 screenRotationAnimation.kill();
511 final ScreenRotationAnimation screenRotationAnimation =
513 if (screenRotationAnimation != null) {
514 screenRotationAnimation.updateSurfacesInTransaction()
    [all...]
WindowStateAnimator.java     [all...]
WindowManagerService.java     [all...]

Completed in 49 milliseconds