Searched refs:orientationRespectedWithInsets (Results 1 – 1 of 1) sorted by relevance
7629 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds) { in orientationRespectedWithInsets() method in ActivityRecord7654 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()