Home
last modified time | relevance | path

Searched defs:targetRotation (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProviderTest.kt81 var targetRotation = ROTATION_NONE regex
160 var targetRotation = ROTATION_NONE regex
261 var targetRotation = ROTATION_NONE regex
351 var targetRotation = ROTATION_NONE regex
440 var targetRotation = ROTATION_NONE regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipDisplayLayoutState.java114 public void rotateTo(@Surface.Rotation int targetRotation) { in rotateTo()
115 mDisplayLayout.rotateTo(mContext.getResources(), targetRotation); in rotateTo() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java176 final int targetRotation = (originalRotation + 1) % 4; in testFinishFixedRotationTransform() local
H A DActivityRecordTests.java2064 final int targetRotation = currentRotation + 1; in testIsSnapshotCompatibleTaskSizeChanged() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java232 public void rotateTo(Resources res, @Surface.Rotation int targetRotation) { in rotateTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1499 int targetRotation, Point targetDisplaySize) { in RestartingPreDrawListener()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java663 private void continueRotation(int targetRotation, WindowContainerTransaction t) { in continueRotation()
H A DTransitionController.java593 boolean hasCollectingRotationChange(@NonNull WindowContainer<?> wc, int targetRotation) { in hasCollectingRotationChange()
H A DActivityRecord.java2614 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotCompatible() local