Home | History | Annotate | Download | only in widget

Lines Matching refs:clipLeft

4028         float clipLeft = compoundPaddingLeft + scrollX;
4034 clipLeft += Math.min(0, mShadowDx - mShadowRadius);
4041 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);