Searched refs:outNonDecorBounds (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 2501 outNonDecorBounds.set(bounds); in calculateInsetFrames() 2513 intersectWithInsetsIfFits(outNonDecorBounds, mTmpBounds, info.mNonDecorInsets); in calculateInsetFrames() 2516 intersectWithInsetsIfFits(outNonDecorBounds, mTmpBounds, info.mOverrideNonDecorInsets); in calculateInsetFrames()
|
D | ActivityRecord.java | 8967 Rect outNonDecorBounds) { in orientationRespectedWithInsets() argument 8989 task.calculateInsetFrames(outNonDecorBounds /* outNonDecorBounds */, in orientationRespectedWithInsets() 9026 final Rect outNonDecorBounds = mTmpBounds; in resolveFixedOrientationConfiguration() local 9029 orientationRespectedWithInsets(parentBounds, stableBounds, outNonDecorBounds); in resolveFixedOrientationConfiguration() 9074 ? outNonDecorBounds : newParentConfig.windowConfiguration.getAppBounds(); in resolveFixedOrientationConfiguration()
|