Searched refs:mTmpDimBoundsRect (Results 1 – 2 of 2) sorted by relevance
630 private final Rect mTmpDimBoundsRect = new Rect(); field in DisplayArea.Dimmable645 getBounds(mTmpDimBoundsRect); in prepareSurfaces()653 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
563 private final Rect mTmpDimBoundsRect = new Rect(); field in Task3974 getDimBounds(mTmpDimBoundsRect);3979 mTmpDimBoundsRect.offsetTo(mTmpDimBoundsRect.left - mTmpRect.left,3980 mTmpDimBoundsRect.top - mTmpRect.top);3982 mTmpDimBoundsRect.offsetTo(0, 0);3987 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) {