Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java76 class ScreenRotationAnimation { class
115 ScreenRotationAnimation(Context context, SurfaceSession session, TransactionPool pool, in ScreenRotationAnimation() method in ScreenRotationAnimation
H A DDefaultTransitionHandler.java622 final ScreenRotationAnimation anim = new ScreenRotationAnimation(mContext, mSurfaceSession, in startRotationAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java94 class ScreenRotationAnimation { class
138 ScreenRotationAnimation(DisplayContent displayContent, @Surface.Rotation int originalRotation) { in ScreenRotationAnimation() method in ScreenRotationAnimation
801 if (mDisplayContent.getRotationAnimation() == ScreenRotationAnimation.this) { in onAnimationEnd()
H A DDisplayContent.java622 private ScreenRotationAnimation mScreenRotationAnimation;
2181 ScreenRotationAnimation screenRotationAnimation = rotateSeamlessly in applyRotation()
3436 public void setRotationAnimation(ScreenRotationAnimation screenRotationAnimation) { in setRotationAnimation()
3437 final ScreenRotationAnimation prev = mScreenRotationAnimation; in setRotationAnimation()
3450 public ScreenRotationAnimation getRotationAnimation() { in getRotationAnimation()
3539 final ScreenRotationAnimation screenRotationAnimation = getRotationAnimation(); in dumpDebug()
3690 final ScreenRotationAnimation rotationAnimation = getRotationAnimation(); in dump()
H A DAppTransitionController.java1263 final ScreenRotationAnimation screenRotationAnimation = mService.mRoot.getDisplayContent( in transitionGoodToGo()
H A DWindowManagerService.java6193 displayContent.setRotationAnimation(new ScreenRotationAnimation(displayContent, in doStartFreezingDisplay()
6261 ScreenRotationAnimation screenRotationAnimation = displayContent == null ? null in doStopFreezingDisplayLocked()
/aosp14/frameworks/base/core/proto/android/server/
H A Dwindowmanagerservice.proto499 /* represents ScreenRotationAnimation */
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1541 final ScreenRotationAnimation rotationAnim = new ScreenRotationAnimation(displayContent, in testHybridRotationAnimation()
H A DActivityRecordTests.java1964 final ScreenRotationAnimation rotationAnim = display.getRotationAnimation(); in testActivityOnCancelFixedRotationTransform()