Searched refs:mTmpNonDecorBounds (Results 1 – 1 of 1) sorted by relevance
310 private final Rect mTmpNonDecorBounds = new Rect(); field in TaskRecord2126 calculateInsetFrames(mTmpNonDecorBounds, mTmpStableBounds, bounds, di); in computeConfigResourceOverrides()2132 mTmpNonDecorBounds.set(bounds); in computeConfigResourceOverrides()2135 intersectWithInsetsIfFits(mTmpNonDecorBounds, mTmpBounds, in computeConfigResourceOverrides()2139 outAppBounds.set(mTmpNonDecorBounds); in computeConfigResourceOverrides()2142 mTmpNonDecorBounds.set(outAppBounds); in computeConfigResourceOverrides()2185 final int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density); in computeConfigResourceOverrides()2186 final int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density); in computeConfigResourceOverrides()