Searched refs:outStableBounds (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskFragment.java | 2499 void calculateInsetFrames(Rect outNonDecorBounds, Rect outStableBounds, Rect bounds, in calculateInsetFrames() argument 2502 outStableBounds.set(bounds); in calculateInsetFrames() 2512 intersectWithInsetsIfFits(outStableBounds, mTmpBounds, info.mConfigInsets); in calculateInsetFrames() 2515 intersectWithInsetsIfFits(outStableBounds, mTmpBounds, info.mOverrideConfigInsets); in calculateInsetFrames()
|
D | ActivityRecord.java | 8966 private boolean orientationRespectedWithInsets(Rect parentBounds, Rect outStableBounds, in orientationRespectedWithInsets() argument 8968 outStableBounds.setEmpty(); in orientationRespectedWithInsets() 8990 outStableBounds /* outStableBounds */, parentBounds /* bounds */, di, in orientationRespectedWithInsets() 8992 final int orientationWithInsets = outStableBounds.height() >= outStableBounds.width() in orientationRespectedWithInsets()
|