Home | History | Annotate | Download | only in widget

Lines Matching refs:mScrollY

1839             previouslyFocusedRect.offset(mScrollX, mScrollY);
2213 (int) ((float) mScrollY / getHeight() * rowCount * 100), 0);
2225 if (mScrollY != 0) {
2227 result += Math.abs((int) ((float) mScrollY / getHeight() * rowCount * 100));