Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java186 ? fixedRotationChange.getEndFixedRotation() in startAnimation()
526 if (change.getEndFixedRotation() != ROTATION_UNDEFINED) { in findFixedRotationChange()
863 mEndFixedRotation = pipChange.getEndFixedRotation(); in startEnterAnimation()
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionInfo.java866 public int getEndFixedRotation() { in getEndFixedRotation() method in TransitionInfo.Change