Home | History | Annotate | Download | only in widget

Lines Matching refs:clipLeft

4838         float clipLeft = compoundPaddingLeft + scrollX;
4845 clipLeft += Math.min(0, mShadowDx - mShadowRadius);
4852 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);