Home
last modified time | relevance | path

Searched refs:canRotateSeamlessly (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAsyncRotationController.java119 && dr.canRotateSeamlessly(mOriginalRotation, dr.getRotation())) { in AsyncRotationController()
H A DDisplayRotation.java750 if (!canRotateSeamlessly(oldRotation, newRotation)) { in shouldRotateSeamlessly()
777 boolean canRotateSeamlessly(int oldRotation, int newRotation) { in canRotateSeamlessly() method in DisplayRotation