Searched refs:mTmpDimBoundsRect (Results 1 – 2 of 2) sorted by relevance
719 private final Rect mTmpDimBoundsRect = new Rect(); field in DisplayArea.Dimmable735 getBounds(mTmpDimBoundsRect); in prepareSurfaces()736 mTmpDimBoundsRect.offsetTo(0 /* newLeft */, 0 /* newTop */); in prepareSurfaces()744 if (mDimmer.updateDims(getSyncTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
481 private final Rect mTmpDimBoundsRect = new Rect(); field in Task3310 getDimBounds(mTmpDimBoundsRect);3315 mTmpDimBoundsRect.offsetTo(mTmpDimBoundsRect.left - mTmpRect.left,3316 mTmpDimBoundsRect.top - mTmpRect.top);3318 mTmpDimBoundsRect.offsetTo(0, 0);3323 if (mDimmer.updateDims(t, mTmpDimBoundsRect)) {