Searched refs:outStableBounds (Results 1 – 2 of 2) sorted by relevance
2025 void calculateInsetFrames(Rect outNonDecorBounds, Rect outStableBounds, Rect bounds, in calculateInsetFrames() argument2028 outStableBounds.set(bounds); in calculateInsetFrames()2041 intersectWithInsetsIfFits(outStableBounds, mTmpBounds, mTmpInsets); in calculateInsetFrames()
7629 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds) { in orientationRespectedWithInsets() argument7630 outStableBounds.setEmpty(); in orientationRespectedWithInsets()7645 outStableBounds /* outStableBounds */, parentBounds /* bounds */, in orientationRespectedWithInsets()7647 final int orientationWithInsets = outStableBounds.height() >= outStableBounds.width() in orientationRespectedWithInsets()7657 outStableBounds.setEmpty(); in orientationRespectedWithInsets()