Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java183 final TransitionInfo.Change fixedRotationChange = findFixedRotationChange(info); in startAnimation() local
184 mInFixedRotation = fixedRotationChange != null; in startAnimation()
186 ? fixedRotationChange.getEndFixedRotation() in startAnimation()