Searched refs:ScreenRotationAnimation (Results 1 – 9 of 9) sorted by relevance
76 class ScreenRotationAnimation { class115 ScreenRotationAnimation(Context context, SurfaceSession session, TransactionPool pool, in ScreenRotationAnimation() method in ScreenRotationAnimation
622 final ScreenRotationAnimation anim = new ScreenRotationAnimation(mContext, mSurfaceSession, in startRotationAnimation()
94 class ScreenRotationAnimation { class138 ScreenRotationAnimation(DisplayContent displayContent, @Surface.Rotation int originalRotation) { in ScreenRotationAnimation() method in ScreenRotationAnimation801 if (mDisplayContent.getRotationAnimation() == ScreenRotationAnimation.this) { in onAnimationEnd()
622 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()
1263 final ScreenRotationAnimation screenRotationAnimation = mService.mRoot.getDisplayContent( in transitionGoodToGo()
6193 displayContent.setRotationAnimation(new ScreenRotationAnimation(displayContent, in doStartFreezingDisplay()6261 ScreenRotationAnimation screenRotationAnimation = displayContent == null ? null in doStopFreezingDisplayLocked()
499 /* represents ScreenRotationAnimation */
1541 final ScreenRotationAnimation rotationAnim = new ScreenRotationAnimation(displayContent, in testHybridRotationAnimation()
1964 final ScreenRotationAnimation rotationAnim = display.getRotationAnimation(); in testActivityOnCancelFixedRotationTransform()