Home | History | Annotate | Download | only in provider

Lines Matching refs:clipLeft

822         int clipLeft = findContentView().getLeft();
839 if (vright > clipLeft) {
840 clipLeft = vright;
849 canvas.clipRect(clipLeft, 0, clipRight, getHeight());
862 canvas.drawRect(clipLeft, 0, clipRight, getHeight(), mScrimPaint);
864 canvas.drawRect(clipLeft - 1, 0, clipLeft, getHeight(), mEdgeHighlightPaint);