Home | History | Annotate | Download | only in widget

Lines Matching refs:clipRight

4030         float clipRight = right - left - compoundPaddingRight + scrollX;
4035 clipRight += Math.max(0, mShadowDx + mShadowRadius);
4041 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);