Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java223 ? fixedRotationChange.getEndFixedRotation() in startAnimation()
623 if (change.getEndFixedRotation() != ROTATION_UNDEFINED) { in findFixedRotationChange()
989 mEndFixedRotation = pipChange.getEndFixedRotation(); in startEnterAnimation()
/frameworks/base/core/java/android/window/
DTransitionInfo.java954 public int getEndFixedRotation() { in getEndFixedRotation() method in TransitionInfo.Change