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.java655 final ScreenRotationAnimation screenRotationAnimation = in animateLocked()
693 final ScreenRotationAnimation screenRotationAnimation = in animateLocked()
865 void setScreenRotationAnimationLocked(int displayId, ScreenRotationAnimation animation) { in setScreenRotationAnimationLocked()
871 ScreenRotationAnimation getScreenRotationAnimationLocked(int displayId) { in getScreenRotationAnimationLocked()
879 ScreenRotationAnimation mScreenRotationAnimation = null;
DAppWindowAnimator.java218 ScreenRotationAnimation screenRotationAnimation = in stepThumbnailAnimation()
DScreenRotationAnimation.java38 class ScreenRotationAnimation { class
201 public ScreenRotationAnimation(Context context, DisplayContent displayContent, in ScreenRotationAnimation() method in ScreenRotationAnimation
DWindowManagerService.java6381 ScreenRotationAnimation screenRotationAnimation = in screenshotApplicationsInner()
6557 ScreenRotationAnimation screenRotationAnimation = in updateRotationUncheckedLocked()
10816 ScreenRotationAnimation screenRotationAnimation = in startFreezingDisplayLocked()
10836 screenRotationAnimation = new ScreenRotationAnimation(mContext, displayContent, in startFreezingDisplayLocked()
10879 ScreenRotationAnimation screenRotationAnimation = in stopFreezingDisplayLocked()
DWindowStateAnimator.java1063 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked()