Searched refs:mTmpNonDecorBounds (Results 1 – 1 of 1) sorted by relevance
462 private final Rect mTmpNonDecorBounds = new Rect(); field in Task2736 mTmpNonDecorBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()2748 calculateInsetFrames(mTmpNonDecorBounds, mTmpStableBounds, mTmpFullBounds, di); in computeConfigResourceOverrides()2757 mTmpNonDecorBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()2760 intersectWithInsetsIfFits(mTmpNonDecorBounds, mTmpBounds, in computeConfigResourceOverrides()2764 outAppBounds.set(mTmpNonDecorBounds); in computeConfigResourceOverrides()2767 mTmpNonDecorBounds.set(outAppBounds); in computeConfigResourceOverrides()2804 int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density); in computeConfigResourceOverrides()2805 int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density); in computeConfigResourceOverrides()