Searched refs:mTmpNonDecorBounds (Results 1 – 1 of 1) sorted by relevance
256 private final Rect mTmpNonDecorBounds = new Rect(); field in TaskFragment1923 mTmpNonDecorBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()1935 calculateInsetFrames(mTmpNonDecorBounds, mTmpStableBounds, mTmpFullBounds, di); in computeConfigResourceOverrides()1944 mTmpNonDecorBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()1947 intersectWithInsetsIfFits(mTmpNonDecorBounds, mTmpBounds, in computeConfigResourceOverrides()1951 outAppBounds.set(mTmpNonDecorBounds); in computeConfigResourceOverrides()1954 mTmpNonDecorBounds.set(outAppBounds); in computeConfigResourceOverrides()1999 int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density); in computeConfigResourceOverrides()2000 int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density); in computeConfigResourceOverrides()