Home | History | Annotate | Download | only in widget

Lines Matching refs:clipRight

5389         float clipRight = right - left - getFudgedPaddingRight() + scrollX;
5395 clipRight += Math.max(0, mShadowDx + mShadowRadius);
5401 canvas.clipRect(clipLeft, clipTop, clipRight, clipBottom);