Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaGroup.java36 boolean isOrientationDifferentFromDisplay() { in isOrientationDifferentFromDisplay() method in DisplayAreaGroup
37 return isOrientationDifferentFromDisplay(getBounds()); in isOrientationDifferentFromDisplay()
44 private boolean isOrientationDifferentFromDisplay(Rect bounds) { in isOrientationDifferentFromDisplay() method in DisplayAreaGroup
65 return isOrientationDifferentFromDisplay() ? reverseOrientation(orientation) : orientation; in getOrientation()
89 if (isOrientationDifferentFromDisplay(overrideBounds)) { in resolveOverrideConfiguration()
H A DRootDisplayArea.java72 boolean isOrientationDifferentFromDisplay() { in isOrientationDifferentFromDisplay() method in RootDisplayArea
H A DWindowContainer.java1212 if (forDisplay && root != null && root.isOrientationDifferentFromDisplay()) { in getRequestedConfigurationOrientation()
/aosp12/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()
/aosp12/frameworks/base/services/
H A Dart-profile47464 HPLcom/android/server/wm/RootDisplayArea;->isOrientationDifferentFromDisplay()Z