Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayArea.java271 private final Rect mTmpDimBoundsRect = new Rect(); field in DisplayArea.Root
286 getBounds(mTmpDimBoundsRect); in prepareSurfaces()
294 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
DTask.java397 private final Rect mTmpDimBoundsRect = new Rect(); field in Task
3496 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)) {
DDisplayContent.java4416 private final Rect mTmpDimBoundsRect = new Rect();
4454 getBounds(mTmpDimBoundsRect);
4456 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) {