Searched refs:isOrientationDifferentFromDisplay (Results 1 – 5 of 5) sorted by relevance
39 boolean isOrientationDifferentFromDisplay() { in isOrientationDifferentFromDisplay() method in DisplayAreaGroup40 return isOrientationDifferentFromDisplay(getBounds()); in isOrientationDifferentFromDisplay()47 private boolean isOrientationDifferentFromDisplay(Rect bounds) { in isOrientationDifferentFromDisplay() method in DisplayAreaGroup68 return isOrientationDifferentFromDisplay() ? reverseOrientation(orientation) : orientation; in getOrientation()92 if (isOrientationDifferentFromDisplay(overrideBounds)) { in resolveOverrideConfiguration()
74 boolean isOrientationDifferentFromDisplay() { in isOrientationDifferentFromDisplay() method in RootDisplayArea
1585 if (forDisplay && root != null && root.isOrientationDifferentFromDisplay()) { in getRequestedConfigurationOrientation()
7875 if (forDisplay && root != null && root.isOrientationDifferentFromDisplay()) { in getRequestedConfigurationOrientation()
72 assertThat(mDisplayAreaGroup.isOrientationDifferentFromDisplay()).isFalse(); in testIsOrientationDifferentFromDisplay()77 assertThat(mDisplayAreaGroup.isOrientationDifferentFromDisplay()).isTrue(); in testIsOrientationDifferentFromDisplay()82 assertThat(mDisplayAreaGroup.isOrientationDifferentFromDisplay()).isFalse(); in testIsOrientationDifferentFromDisplay()