Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragment.java2312 void calculateInsetFrames(Rect outNonDecorBounds, Rect outStableBounds, Rect bounds, in calculateInsetFrames() argument
2315 outStableBounds.set(bounds); in calculateInsetFrames()
2325 intersectWithInsetsIfFits(outStableBounds, mTmpBounds, info.mConfigInsets); in calculateInsetFrames()
H A DActivityRecord.java8652 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds) { in orientationRespectedWithInsets() argument
8653 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()