Home | History | Annotate | Download | only in widget

Lines Matching refs:scrollY

241             final int scrollY = mScrollY;
242 canvas.clipRect(scrollX + mPaddingLeft, scrollY + mPaddingTop,
244 scrollY + mBottom - mTop - mPaddingBottom);