Searched refs:seamlesslyRotateIfAllowed (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowStateTests.java | 584 app.seamlesslyRotateIfAllowed(t, ROTATION_0, ROTATION_90, true /* requested */); in testSeamlesslyRotateWindow() 612 app.seamlesslyRotateIfAllowed(t, ROTATION_0, ROTATION_270, true /* requested */); in testSeamlesslyRotateWindow()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowState.java | 855 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed() method in WindowState
|
H A D | DisplayContent.java | 2198 w.seamlesslyRotateIfAllowed(transaction, oldRotation, rotation, rotateSeamlessly); in applyRotation()
|