Searched refs:mTmpFullBounds (Results 1 – 1 of 1) sorted by relevance
408 private final Rect mTmpFullBounds = new Rect(); field in TaskFragment2345 mTmpFullBounds.set(parentBounds); in computeConfigResourceOverrides()2348 mTmpFullBounds.set(resolvedBounds); in computeConfigResourceOverrides()2359 inOutConfig.windowConfiguration.setAppBounds(mTmpFullBounds); in computeConfigResourceOverrides()2385 mTmpNonDecorBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()2386 mTmpStableBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()2397 calculateInsetFrames(mTmpNonDecorBounds, mTmpStableBounds, mTmpFullBounds, di, in computeConfigResourceOverrides()2407 mTmpNonDecorBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()2408 mTmpStableBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()2446 && !mTmpFullBounds.isEmpty() && mTmpFullBounds.equals(parentBounds); in computeConfigResourceOverrides()[all …]