Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java180 private Rect mStableStackBounds = new Rect(); field in TaskStackView
850 mStackBounds.set(mStableStackBounds); in updateLayoutToStableBounds()
1195 if (!mTmpRect.equals(mStableStackBounds)) { in onMeasure()
1196 mStableStackBounds.set(mTmpRect); in onMeasure()
1203 mStableLayoutAlgorithm.initialize(mDisplayRect, mStableWindowRect, mStableStackBounds, in onMeasure()
2130 writer.print(" stableStackBounds="); writer.print(Utilities.dumpRect(mStableStackBounds)); in dump()