Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaGroup.java39 boolean isOrientationDifferentFromDisplay() { in isOrientationDifferentFromDisplay() method in DisplayAreaGroup
40 return isOrientationDifferentFromDisplay(getBounds()); in isOrientationDifferentFromDisplay()
47 private boolean isOrientationDifferentFromDisplay(Rect bounds) { in isOrientationDifferentFromDisplay() method in DisplayAreaGroup
68 return isOrientationDifferentFromDisplay() ? reverseOrientation(orientation) : orientation; in getOrientation()
92 if (isOrientationDifferentFromDisplay(overrideBounds)) { in resolveOverrideConfiguration()
H A DRootDisplayArea.java74 boolean isOrientationDifferentFromDisplay() { in isOrientationDifferentFromDisplay() method in RootDisplayArea
H A DWindowContainer.java1585 if (forDisplay && root != null && root.isOrientationDifferentFromDisplay()) { in getRequestedConfigurationOrientation()
H A DActivityRecord.java7875 if (forDisplay && root != null && root.isOrientationDifferentFromDisplay()) { in getRequestedConfigurationOrientation()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaGroupTest.java72 assertThat(mDisplayAreaGroup.isOrientationDifferentFromDisplay()).isFalse(); in testIsOrientationDifferentFromDisplay()
77 assertThat(mDisplayAreaGroup.isOrientationDifferentFromDisplay()).isTrue(); in testIsOrientationDifferentFromDisplay()
82 assertThat(mDisplayAreaGroup.isOrientationDifferentFromDisplay()).isFalse(); in testIsOrientationDifferentFromDisplay()