Home
last modified time | relevance | path

Searched refs:seamlesslyRotateIfAllowed (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java584 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 DWindowState.java855 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed() method in WindowState
H A DDisplayContent.java2198 w.seamlesslyRotateIfAllowed(transaction, oldRotation, rotation, rotateSeamlessly); in applyRotation()