Home | History | Annotate | Download | only in widget

Lines Matching defs:clipLeft

5387         float clipLeft = compoundPaddingLeft + scrollX;
5394 clipLeft += Math.min(0, mShadowDx - mShadowRadius);
5401 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);