Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java253 private final Rect mTmpStableBounds = new Rect(); field in TaskRecord
1515 mTmpStableBounds.set(bounds); in calculateOverrideConfig()
1520 mTmpStableBounds, insetBounds != null ? insetBounds : bounds, in calculateOverrideConfig()
1530 Math.min((int)(mTmpStableBounds.width() / density), serviceConfig.screenWidthDp); in calculateOverrideConfig()
1532 Math.min((int)(mTmpStableBounds.height() / density), serviceConfig.screenHeightDp); in calculateOverrideConfig()