Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java187 private Rect mStableStackBounds = new Rect(); field in TaskStackView
842 mStackBounds.set(mStableStackBounds); in updateLayoutToStableBounds()
1198 if (!mTmpRect.equals(mStableStackBounds)) { in onMeasure()
1199 mStableStackBounds.set(mTmpRect); in onMeasure()
1206 mStableLayoutAlgorithm.initialize(mDisplayRect, mStableWindowRect, mStableStackBounds); in onMeasure()
2266 Utilities.dumpRect(mStableStackBounds)); in dump()