Home
last modified time | relevance | path

Searched refs:getLastOrientation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenTests.java170 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, mDisplayContent.getLastOrientation()); in testLandscapeSeascapeRotationByApp()
181 assertEquals(SCREEN_ORIENTATION_REVERSE_LANDSCAPE, mDisplayContent.getLastOrientation()); in testLandscapeSeascapeRotationByApp()
DDisplayContentTests.java657 final int newOrientation = dc.getLastOrientation() == SCREEN_ORIENTATION_LANDSCAPE in testOnDescendantOrientationRequestChanged()
683 final int newOrientation = dc.getLastOrientation() == SCREEN_ORIENTATION_LANDSCAPE in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1157 int getLastOrientation() { in getLastOrientation() method in DisplayContent
1204 final int lastOrientation = getLastOrientation(); in rotationNeedsUpdate()
DWindowManagerService.java5993 proto.write(LAST_ORIENTATION, defaultDisplayContent.getLastOrientation()); in writeToProtoLocked()
6142 pw.println(defaultDisplayContent.getLastOrientation()); in dumpWindowsNoHeaderLocked()
/frameworks/base/services/
Dart-profile15872 PLcom/android/server/wm/DisplayContent;->getLastOrientation()I