Home | History | Annotate | Download | only in widget

Lines Matching refs:clipRight

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