Home | History | Annotate | Download | only in widget

Lines Matching defs:getScrollY

320         final int oldScrollY = getScrollY();
322 final int myConsumed = getScrollY() - oldScrollY;
396 final int scrollY = getScrollY();
414 final int span = child.getBottom() + lp.bottomMargin - getScrollY() - bottomEdge;
484 * @see android.view.View#getScrollY()
647 final int scrollY = getScrollY();
780 if (mScroller.springBack(getScrollX(), getScrollY(), 0, 0, 0, getScrollRange())) {
867 final int oldY = getScrollY();
875 if (overScrollByCompat(0, deltaY, 0, getScrollY(), 0, range, 0,
881 final int scrolledDeltaY = getScrollY() - oldY;
918 } else if (mScroller.springBack(getScrollX(), getScrollY(), 0, 0, 0,
927 if (mScroller.springBack(getScrollX(), getScrollY(), 0, 0, 0,
980 int oldScrollY = getScrollY();
1188 mTempRect.top = getScrollY() + height;
1199 mTempRect.top = getScrollY() - height;
1257 int containerTop = getScrollY();
1303 if (direction == View.FOCUS_UP && getScrollY() < scrollDelta) {
1304 scrollDelta = getScrollY();
1310 int screenBottom = getScrollY() + getHeight() - getPaddingBottom();
1351 return (mTempRect.bottom + delta) >= getScrollY()
1352 && (mTempRect.top - delta) <= (getScrollY() + height);
1387 final int scrollY = getScrollY();
1390 mLastScrollerY = getScrollY();
1409 smoothScrollBy(x - getScrollX(), y - getScrollY());
1429 final int scrollY = getScrollY();
1520 final int oldScrollY = getScrollY();
1524 final int scrolledDeltaY = getScrollY() - oldScrollY;
1607 int screenTop = getScrollY();
1663 scrollYDelta = Math.max(scrollYDelta, -getScrollY());
1720 child.getTop() - child.getScrollY());
1757 getScrollY();
1765 scrollTo(getScrollX(), getScrollY());
1818 mScroller.fling(getScrollX(), getScrollY(), // start
1823 mLastScrollerY = getScrollY();
1829 final int scrollY = getScrollY();
1867 if (x != getScrollX() || y != getScrollY()) {
1890 final int scrollY = getScrollY();
1984 ss.scrollPosition = getScrollY();
2041 final int targetScrollY = Math.min(nsvHost.getScrollY() + viewportHeight,
2043 if (targetScrollY != nsvHost.getScrollY()) {
2052 final int targetScrollY = Math.max(nsvHost.getScrollY() - viewportHeight, 0);
2053 if (targetScrollY != nsvHost.getScrollY()) {
2072 if (nsvHost.getScrollY() > 0) {
2075 if (nsvHost.getScrollY() < scrollRange) {
2090 event.setScrollY(nsvHost.getScrollY());