Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDeviceStateController.java128 boolean shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay() { in shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay() method in DeviceStateController
H A DDisplayRotation.java294 .shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()) { in DisplayRotation()
574 .shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()) { in updateRotationUnchecked()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1877 when(deviceStateController.shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()) in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()
1891 .shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()).thenReturn( in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()
1934 when(deviceStateController.shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()) in testSecondaryNonInternalDisplayDoesNotFollowDefaultDisplay()