Home
last modified time | relevance | path

Searched refs:ScreenRotationAnimation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java681 final ScreenRotationAnimation screenRotationAnimation = in animateLocked()
719 final ScreenRotationAnimation screenRotationAnimation = in animateLocked()
931 void setScreenRotationAnimationLocked(int displayId, ScreenRotationAnimation animation) { in setScreenRotationAnimationLocked()
937 ScreenRotationAnimation getScreenRotationAnimationLocked(int displayId) { in getScreenRotationAnimationLocked()
949 ScreenRotationAnimation mScreenRotationAnimation = null;
DAppWindowAnimator.java261 ScreenRotationAnimation screenRotationAnimation = in stepThumbnailAnimation()
DScreenRotationAnimation.java46 class ScreenRotationAnimation { class
217 public ScreenRotationAnimation(Context context, DisplayContent displayContent, in ScreenRotationAnimation() method in ScreenRotationAnimation
DWindowManagerService.java6406 ScreenRotationAnimation screenRotationAnimation = in screenshotApplicationsInner()
6585 ScreenRotationAnimation screenRotationAnimation = in updateRotationUncheckedLocked()
9757 ScreenRotationAnimation screenRotationAnimation = in startFreezingDisplayLocked()
9777 screenRotationAnimation = new ScreenRotationAnimation(mContext, displayContent, in startFreezingDisplayLocked()
9823 ScreenRotationAnimation screenRotationAnimation = in stopFreezingDisplayLocked()
DWindowStateAnimator.java960 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked()