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.java630 private final Rect mTmpDimBoundsRect = new Rect(); field in DisplayArea.Dimmable
645 getBounds(mTmpDimBoundsRect); in prepareSurfaces()
653 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
DTask.java563 private final Rect mTmpDimBoundsRect = new Rect(); field in Task
3974 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)) {