Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDeviceStateController.java128 boolean shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay() { in shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay() method in DeviceStateController
DDisplayRotation.java298 .shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()) { in DisplayRotation()
587 .shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()) { in updateRotationUnchecked()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1886 when(deviceStateController.shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()) in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()
1900 .shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()).thenReturn( in testSecondaryInternalDisplayRotationFollowsDefaultDisplay()
1943 when(deviceStateController.shouldMatchBuiltInDisplayOrientationToReverseDefaultDisplay()) in testSecondaryNonInternalDisplayDoesNotFollowDefaultDisplay()