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

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java300 private final Rect mTmpNonDecorBounds = new Rect(); field in class:TaskRecord
1814 mTmpNonDecorBounds.set(bounds);
1825 mTmpNonDecorBounds, mTmpStableBounds, overrideWidth, overrideHeight, density,
1838 final int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density);
1839 final int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density);

Completed in 30 milliseconds