Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSeamlessRotator.java38 public class SeamlessRotator { class
54 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator() method in SeamlessRotator
H A DAsyncRotationController.java100 private SeamlessRotator mRotator;
510 mRotator = new SeamlessRotator(mOriginalRotation, in setupStartTransaction()
H A DWindowToken.java164 final SeamlessRotator mRotator;
172 mRotator = new SeamlessRotator(rotatedDisplayInfo.rotation, currentRotation, in FixedRotationTransformStateLegacy()
H A DWindowState.java394 SeamlessRotator mPendingSeamlessRotate;
887 mPendingSeamlessRotate = new SeamlessRotator(oldRotation, rotation, getDisplayInfo(), in seamlesslyRotateIfAllowed()