Searched refs:mTmpDimBoundsRect (Results 1 – 3 of 3) sorted by relevance
271 private final Rect mTmpDimBoundsRect = new Rect(); field in DisplayArea.Root286 getBounds(mTmpDimBoundsRect); in prepareSurfaces()294 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
397 private final Rect mTmpDimBoundsRect = new Rect(); field in Task3496 getDimBounds(mTmpDimBoundsRect);3501 mTmpDimBoundsRect.offsetTo(mTmpDimBoundsRect.left - mTmpRect.left,3502 mTmpDimBoundsRect.top - mTmpRect.top);3504 mTmpDimBoundsRect.offsetTo(0, 0);3509 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) {
4416 private final Rect mTmpDimBoundsRect = new Rect();4454 getBounds(mTmpDimBoundsRect);4456 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) {