Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java7629 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds) { in orientationRespectedWithInsets() method in ActivityRecord
7654 final boolean orientationRespectedWithInsets = orientation == orientationWithInsets in orientationRespectedWithInsets()
7656 if (orientationRespectedWithInsets) { in orientationRespectedWithInsets()
7659 return orientationRespectedWithInsets; in orientationRespectedWithInsets()
7679 boolean orientationRespectedWithInsets = in resolveFixedOrientationConfiguration()
7680 orientationRespectedWithInsets(parentBounds, stableBounds); in resolveFixedOrientationConfiguration()
7681 if (handlesOrientationChangeFromDescendant() && orientationRespectedWithInsets) { in resolveFixedOrientationConfiguration()
7716 || (forcedOrientation == parentOrientation && orientationRespectedWithInsets)) { in resolveFixedOrientationConfiguration()
7730 final Rect parentBoundsWithInsets = orientationRespectedWithInsets in resolveFixedOrientationConfiguration()