Home
last modified time | relevance | path

Searched refs:getDefaultDisplayCurrentRotation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationCoordinatorTests.java79 assertEquals(Surface.ROTATION_0, mCoordinator.getDefaultDisplayCurrentRotation()); in testRegisterThenDefaultDisplayRotationChanged()
84 assertEquals(Surface.ROTATION_90, mCoordinator.getDefaultDisplayCurrentRotation()); in testRegisterThenDefaultDisplayRotationChanged()
93 assertEquals(Surface.ROTATION_90, mCoordinator.getDefaultDisplayCurrentRotation()); in testDefaultDisplayRotationChangedThenRegister()
H A DDisplayContentTests.java1904 coordinator.getDefaultDisplayCurrentRotation()); in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()
1916 coordinator.getDefaultDisplayCurrentRotation()); in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationCoordinator.java63 int getDefaultDisplayCurrentRotation() { in getDefaultDisplayCurrentRotation() method in DisplayRotationCoordinator
H A DDisplayRotation.java576 mDisplayRotationCoordinator.getDefaultDisplayCurrentRotation()); in updateRotationUnchecked()