Home
last modified time | relevance | path

Searched refs:mTmpDimBoundsRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java719 private final Rect mTmpDimBoundsRect = new Rect(); field in DisplayArea.Dimmable
735 getBounds(mTmpDimBoundsRect); in prepareSurfaces()
736 mTmpDimBoundsRect.offsetTo(0 /* newLeft */, 0 /* newTop */); in prepareSurfaces()
744 if (mDimmer.updateDims(getSyncTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
DTask.java481 private final Rect mTmpDimBoundsRect = new Rect(); field in Task
3310 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)) {