Home | History | Annotate | Download | only in widget

Lines Matching refs:getScrollY

917             mTempRect.top = getScrollY() + height;
926 mTempRect.top = getScrollY() - height;
983 int containerTop = getScrollY();
1030 if (direction == View.FOCUS_UP && getScrollY() < scrollDelta) {
1031 scrollDelta = getScrollY();
1035 int screenBottom = getScrollY() + getHeight() - mPaddingBottom;
1078 return (mTempRect.bottom + delta) >= getScrollY()
1079 && (mTempRect.top - delta) <= (getScrollY() + height);
1305 int screenTop = getScrollY();
1354 scrollYDelta = Math.max(scrollYDelta, -getScrollY());
1411 child.getTop() - child.getScrollY());