Searched refs:outStableBounds (Results 1 – 2 of 2) sorted by relevance
2312 void calculateInsetFrames(Rect outNonDecorBounds, Rect outStableBounds, Rect bounds, in calculateInsetFrames() argument2315 outStableBounds.set(bounds); in calculateInsetFrames()2325 intersectWithInsetsIfFits(outStableBounds, mTmpBounds, info.mConfigInsets); in calculateInsetFrames()
8652 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds) { in orientationRespectedWithInsets() argument8653 outStableBounds.setEmpty(); in orientationRespectedWithInsets()8671 outStableBounds /* outStableBounds */, parentBounds /* bounds */, di); in orientationRespectedWithInsets()8672 final int orientationWithInsets = outStableBounds.height() >= outStableBounds.width() in orientationRespectedWithInsets()8682 outStableBounds.setEmpty(); in orientationRespectedWithInsets()