Searched refs:dimBounds (Results 1 – 3 of 3) sorted by relevance
784 final Rect dimBounds = mDimmer.getDimBounds(); in prepareSurfaces() local785 if (dimBounds != null) { in prepareSurfaces()787 getBounds(dimBounds); in prepareSurfaces()788 dimBounds.offsetTo(0 /* newLeft */, 0 /* newTop */); in prepareSurfaces()798 if (dimBounds != null) { in prepareSurfaces()
3282 final Rect dimBounds = mDimmer.getDimBounds();3283 if (dimBounds != null) {3284 getDimBounds(dimBounds);3289 dimBounds.offsetTo(dimBounds.left - mTmpRect.left, dimBounds.top - mTmpRect.top);3291 dimBounds.offsetTo(0, 0);3297 if (dimBounds != null && mDimmer.updateDims(t)) {
2930 final Rect dimBounds = mDimmer.getDimBounds(); in prepareSurfaces() local2931 if (dimBounds != null) { in prepareSurfaces()2933 dimBounds.offsetTo(0 /* newLeft */, 0 /* newTop */); in prepareSurfaces()