Searched refs:mTmpStableBounds (Results 1 – 1 of 1) sorted by relevance
310 private final Rect mTmpStableBounds = new Rect(); field in Task2307 mTmpStableBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()2318 calculateInsetFrames(mTmpNonDecorBounds, mTmpStableBounds, mTmpFullBounds, di); in computeConfigResourceOverrides()2328 mTmpStableBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()2332 intersectWithInsetsIfFits(mTmpStableBounds, mTmpBounds, in computeConfigResourceOverrides()2338 mTmpStableBounds.set(outAppBounds); in computeConfigResourceOverrides()2343 final int overrideScreenWidthDp = (int) (mTmpStableBounds.width() / density); in computeConfigResourceOverrides()2349 final int overrideScreenHeightDp = (int) (mTmpStableBounds.height() / density); in computeConfigResourceOverrides()