Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragment.java2025 void calculateInsetFrames(Rect outNonDecorBounds, Rect outStableBounds, Rect bounds, in calculateInsetFrames() argument
2028 outStableBounds.set(bounds); in calculateInsetFrames()
2041 intersectWithInsetsIfFits(outStableBounds, mTmpBounds, mTmpInsets); in calculateInsetFrames()
H A DActivityRecord.java7629 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds) { in orientationRespectedWithInsets() argument
7630 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()