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