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.java651 final ScreenRotationAnimation screenRotationAnimation = in animateLocked()
689 final ScreenRotationAnimation screenRotationAnimation = in animateLocked()
862 void setScreenRotationAnimationLocked(int displayId, ScreenRotationAnimation animation) { in setScreenRotationAnimationLocked()
868 ScreenRotationAnimation getScreenRotationAnimationLocked(int displayId) { in getScreenRotationAnimationLocked()
876 ScreenRotationAnimation mScreenRotationAnimation = null;
DAppWindowAnimator.java180 ScreenRotationAnimation screenRotationAnimation = in stepThumbnailAnimation()
DScreenRotationAnimation.java38 class ScreenRotationAnimation { class
201 public ScreenRotationAnimation(Context context, DisplayContent displayContent, in ScreenRotationAnimation() method in ScreenRotationAnimation
DWindowManagerService.java6263 ScreenRotationAnimation screenRotationAnimation = in screenshotApplications()
6440 ScreenRotationAnimation screenRotationAnimation = in updateRotationUncheckedLocked()
10598 ScreenRotationAnimation screenRotationAnimation = in startFreezingDisplayLocked()
10618 screenRotationAnimation = new ScreenRotationAnimation(mContext, displayContent, in startFreezingDisplayLocked()
10659 ScreenRotationAnimation screenRotationAnimation = in stopFreezingDisplayLocked()
DWindowStateAnimator.java1058 final ScreenRotationAnimation screenRotationAnimation = in computeShownFrameLocked()