Home | History | Annotate | Download | only in widget

Lines Matching refs:clipBottom

4874         float clipBottom = bottom - top - extendedPaddingBottom + scrollY;
4881 clipBottom += Math.max(0, mShadowDy + mShadowRadius);
4884 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);