Searched refs:mTmpDimBoundsRect (Results 1 – 3 of 3) sorted by relevance
111 private final Rect mTmpDimBoundsRect = new Rect(); field in Task752 getDimBounds(mTmpDimBoundsRect); in prepareSurfaces()755 mTmpDimBoundsRect.offsetTo(0, 0); in prepareSurfaces()756 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
160 final Rect mTmpDimBoundsRect = new Rect(); field in TaskStack1931 getDimBounds(mTmpDimBoundsRect); in prepareSurfaces()1934 mTmpDimBoundsRect.offsetTo(0, 0); in prepareSurfaces()1935 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()
4694 private final Rect mTmpDimBoundsRect = new Rect(); field in DisplayContent.NonAppWindowContainers4754 getBounds(mTmpDimBoundsRect); in prepareSurfaces()4756 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) { in prepareSurfaces()