Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt88 var targetRotation = ROTATION_NONE in testGetBoundingRectForPrivacyChipForRotation_noCutout() variable
194 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection() variable
307 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection() variable
444 var targetRotation = ROTATION_NONE in Rect() variable
570 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topRightCutout_withCameraProtection() variable
743 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() variable
847 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_noCutout() variable
945 val targetRotation = ROTATION_NONE in testMinLeftRight_accountsForDisplayCutout() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipDisplayLayoutState.java114 public void rotateTo(@Surface.Rotation int targetRotation) { in rotateTo()
115 mDisplayLayout.rotateTo(mContext.getResources(), targetRotation); in rotateTo() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTokenTests.java176 final int targetRotation = (originalRotation + 1) % 4; in testFinishFixedRotationTransform() local
DActivityRecordTests.java2043 final int targetRotation = currentRotation + 1; in testIsSnapshotCompatibleTaskSizeChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1547 int targetRotation, Point targetDisplaySize) { in RestartingPreDrawListener()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java680 private void continueRotation(int targetRotation, WindowContainerTransaction t) { in continueRotation()
DTransitionController.java653 boolean hasCollectingRotationChange(@NonNull WindowContainer<?> wc, int targetRotation) { in hasCollectingRotationChange()
DActivityRecord.java2735 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotOrientationCompatible() local