Searched refs:mTmpNonDecorBounds (Results 1 – 1 of 1) sorted by relevance
300 private final Rect mTmpNonDecorBounds = new Rect(); field in TaskRecord1814 mTmpNonDecorBounds.set(bounds); in computeOverrideConfiguration()1825 mTmpNonDecorBounds, mTmpStableBounds, overrideWidth, overrideHeight, density, in computeOverrideConfiguration()1838 final int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density); in computeOverrideConfiguration()1839 final int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density); in computeOverrideConfiguration()