Searched refs:mStableWindowRect (Results 1 – 1 of 1) sorted by relevance
186 private Rect mStableWindowRect = new Rect(); field in TaskStackView849 mWindowRect.set(mStableWindowRect); in updateLayoutToStableBounds()1198 mStableWindowRect.set(0, 0, width, height); in onMeasure()1203 mStableLayoutAlgorithm.initialize(mDisplayRect, mStableWindowRect, mStableStackBounds, in onMeasure()2132 writer.print(" stableWindow="); writer.print(Utilities.dumpRect(mStableWindowRect)); in dump()