Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTokenTests.java144 final int targetRotation = (originalRotation + 1) % 4; in testFinishFixedRotationTransform() local
146 config.windowConfiguration.setRotation(targetRotation); in testFinishFixedRotationTransform()
151 assertEquals(targetRotation, appToken.getWindowConfiguration().getRotation()); in testFinishFixedRotationTransform()
152 assertEquals(targetRotation, wallpaperToken.getWindowConfiguration().getRotation()); in testFinishFixedRotationTransform()
/frameworks/base/core/java/android/view/
DIDisplayWindowRotationCallback.aidl28 void continueRotateDisplay(int targetRotation, in WindowContainerTransaction t); in continueRotateDisplay() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java158 public void rotateTo(Resources res, @Surface.Rotation int targetRotation) { in rotateTo() argument
159 final int rotationDelta = (targetRotation - mRotation + 4) % 4; in rotateTo()
165 mRotation = targetRotation; in rotateTo()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java214 public void continueRotateDisplay(int targetRotation,
219 targetRotation, t));
527 private void continueRotation(int targetRotation, WindowContainerTransaction t) { in continueRotation() argument
529 if (targetRotation != mRotation || !mIsWaitingForRemoteRotation) { in continueRotation()
DActivityRecord.java1930 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotCompatible() local
1935 return snapshot.getRotation() == targetRotation; in isSnapshotCompatible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1127 int targetRotation) { in RestartingPreDrawListener() argument
1129 mTargetRotation = targetRotation; in RestartingPreDrawListener()