Searched defs:targetRotation (Results 1 – 8 of 8) sorted by relevance
93 var targetRotation = ROTATION_NONE in testGetBoundingRectForPrivacyChipForRotation_noCutout() variable198 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection() variable311 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection() variable448 var targetRotation = ROTATION_NONE in Rect() variable574 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_topRightCutout_withCameraProtection() variable747 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() variable851 var targetRotation = ROTATION_NONE in testCalculateInsetsForRotationWithRotatedResources_noCutout() variable949 val targetRotation = ROTATION_NONE in testMinLeftRight_accountsForDisplayCutout() constant
114 public void rotateTo(@Surface.Rotation int targetRotation) { in rotateTo()115 mDisplayLayout.rotateTo(mContext.getResources(), targetRotation); in rotateTo() local
208 final int targetRotation = (originalRotation + 1) % 4; in testFinishFixedRotationTransform() local
2113 final int targetRotation = currentRotation + 1; in testIsSnapshotCompatibleTaskSizeChanged() local
1575 int targetRotation, Point targetDisplaySize) { in RestartingPreDrawListener()
633 private void continueRotation(int targetRotation, WindowContainerTransaction t) { in continueRotation()
721 boolean hasCollectingRotationChange(@NonNull WindowContainer<?> wc, int targetRotation) { in hasCollectingRotationChange()
2478 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotOrientationCompatible() local