Home | History | Annotate | Download | only in widget

Lines Matching refs:clipBottom

5816         float clipBottom = bottom - top + scrollY -
5824 clipBottom += Math.max(0, mShadowDy + mShadowRadius);
5827 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);