Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java110 private boolean mInFixedRotation; field in PipTransition
184 mInFixedRotation = fixedRotationChange != null; in startAnimation()
185 mEndFixedRotation = mInFixedRotation in startAnimation()
411 if (!mInFixedRotation && mFinishTransaction != null) { in onFinishResize()
434 if (enteringPip && mInFixedRotation && mEndFixedRotation != displayRotation in onFinishResize()
654 if (mInFixedRotation) { in startExitAnimation()
862 if (!mInFixedRotation) { in startEnterAnimation()
864 mInFixedRotation = mEndFixedRotation != ROTATION_UNDEFINED; in startEnterAnimation()
880 if (rotationDelta != Surface.ROTATION_0 && mInFixedRotation) { in startEnterAnimation()
947 if (rotationDelta != Surface.ROTATION_0 && mInFixedRotation) { in startEnterAnimation()
[all …]