Searched refs:mStackBounds (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 183 private Rect mStackBounds = new Rect(); field in TaskStackView 850 mStackBounds.set(mStableStackBounds); in updateLayoutToStableBounds() 852 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds, in updateLayoutToStableBounds() 1197 mStackBounds.set(mTmpRect); in onMeasure() 1205 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds, in onMeasure() 1849 mStackBounds.set(dockState.getDockedTaskStackBounds(mDisplayRect, getMeasuredWidth(), in onBusEvent() 1853 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds, in onBusEvent() 2131 writer.print(" stackBounds="); writer.print(Utilities.dumpRect(mStackBounds)); in dump()
|