Searched refs:mTmpDimBoundsRect (Results 1 – 3 of 3) sorted by relevance
98 private final Rect mTmpDimBoundsRect = new Rect(); field in Task692 getDimBounds(mTmpDimBoundsRect); in prepareSurfaces()695 mTmpDimBoundsRect.offsetTo(0, 0); in prepareSurfaces()696 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
154 final Rect mTmpDimBoundsRect = new Rect(); field in TaskStack1809 getDimBounds(mTmpDimBoundsRect); in prepareSurfaces()1812 mTmpDimBoundsRect.offsetTo(0, 0); in prepareSurfaces()1813 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
3767 private final Rect mTmpDimBoundsRect = new Rect(); field in DisplayContent.NonAppWindowContainers3827 getBounds(mTmpDimBoundsRect); in prepareSurfaces()3829 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()