Home | History | Annotate | Download | only in widget

Lines Matching refs:mScrollY

1849             previouslyFocusedRect.offset(mScrollX, mScrollY);
2228 (int) ((float) mScrollY / getHeight() * rowCount * 100), 0);
2240 if (mScrollY != 0) {
2242 result += Math.abs((int) ((float) mScrollY / getHeight() * rowCount * 100));