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/layout/
DStatusBarContentInsetsProviderTest.kt93 var targetRotation = ROTATION_NONE in testGetBoundingRectForPrivacyChipForRotation_noCutout() variable
198 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection() variable
311 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection() variable
448 var targetRotation = ROTATION_NONE in Rect() variable
574 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topRightCutout_withCameraProtection() variable
747 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() variable
851 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_noCutout() variable
949 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.java208 final int targetRotation = (originalRotation + 1) % 4; in testFinishFixedRotationTransform() local
DActivityRecordTests.java2113 final int targetRotation = currentRotation + 1; in testIsSnapshotCompatibleTaskSizeChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1575 int targetRotation, Point targetDisplaySize) { in RestartingPreDrawListener()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java633 private void continueRotation(int targetRotation, WindowContainerTransaction t) { in continueRotation()
DTransitionController.java721 boolean hasCollectingRotationChange(@NonNull WindowContainer<?> wc, int targetRotation) { in hasCollectingRotationChange()
DActivityRecord.java2478 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotOrientationCompatible() local