Searched refs:getLastOrientation (Results 1 – 5 of 5) sorted by relevance
170 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, mDisplayContent.getLastOrientation()); in testLandscapeSeascapeRotationByApp()181 assertEquals(SCREEN_ORIENTATION_REVERSE_LANDSCAPE, mDisplayContent.getLastOrientation()); in testLandscapeSeascapeRotationByApp()
657 final int newOrientation = dc.getLastOrientation() == SCREEN_ORIENTATION_LANDSCAPE in testOnDescendantOrientationRequestChanged()683 final int newOrientation = dc.getLastOrientation() == SCREEN_ORIENTATION_LANDSCAPE in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
1157 int getLastOrientation() { in getLastOrientation() method in DisplayContent1204 final int lastOrientation = getLastOrientation(); in rotationNeedsUpdate()
5993 proto.write(LAST_ORIENTATION, defaultDisplayContent.getLastOrientation()); in writeToProtoLocked()6142 pw.println(defaultDisplayContent.getLastOrientation()); in dumpWindowsNoHeaderLocked()
15872 PLcom/android/server/wm/DisplayContent;->getLastOrientation()I