Home
last modified time | relevance | path

Searched refs:mTmpNonDecorBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java300 private final Rect mTmpNonDecorBounds = new Rect(); field in TaskRecord
1814 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()