Home | History | Annotate | Download | only in widget

Lines Matching defs:clipBottom

4841         float clipBottom = bottom - top + scrollY -
4849 clipBottom += Math.max(0, mShadowDy + mShadowRadius);
4852 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);