Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/core/java/android/view/
H A DIDisplayWindowRotationCallback.aidl28 void continueRotateDisplay(int targetRotation, in WindowContainerTransaction t); in continueRotateDisplay()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java161 final int targetRotation = (originalRotation + 1) % 4; in testFinishFixedRotationTransform() local
/aosp12/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()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DMaterialProgressDrawable.java364 float targetRotation = (float) (Math.floor(ring.getStartingRotation() / MAX_PROGRESS_ARC) in applyFinishTranslation() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java579 private void continueRotation(int targetRotation, WindowContainerTransaction t) { in continueRotation()
H A DActivityRecord.java2256 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotCompatible() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1429 int targetRotation) { in RestartingPreDrawListener()