Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java141 private final Rect mBoundsAfterRotation = new Rect(); field in TaskStack
417 mBoundsAfterRotation.set(mTmpRect3); in updateBoundsAfterConfigChange()
463 mBoundsAfterRotation.set(mTmpRect2); in updateBoundsAfterConfigChange()
468 outBounds.set(mBoundsAfterRotation); in getBoundsForNewConfiguration()
469 mBoundsAfterRotation.setEmpty(); in getBoundsForNewConfiguration()