Searched refs:isOrientationDifferentFromDisplay (Results 1 – 5 of 5) sorted by relevance
36 boolean isOrientationDifferentFromDisplay() { in isOrientationDifferentFromDisplay() method in DisplayAreaGroup37 return isOrientationDifferentFromDisplay(getBounds()); in isOrientationDifferentFromDisplay()44 private boolean isOrientationDifferentFromDisplay(Rect bounds) { in isOrientationDifferentFromDisplay() method in DisplayAreaGroup65 return isOrientationDifferentFromDisplay() ? reverseOrientation(orientation) : orientation; in getOrientation()89 if (isOrientationDifferentFromDisplay(overrideBounds)) { in resolveOverrideConfiguration()
72 boolean isOrientationDifferentFromDisplay() { in isOrientationDifferentFromDisplay() method in RootDisplayArea
1212 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()
47464 HPLcom/android/server/wm/RootDisplayArea;->isOrientationDifferentFromDisplay()Z