Home | History | Annotate | Download | only in widget

Lines Matching refs:getScrollY

469         if (getScrollY() == 0 && !canScrollVertically(1)) {
938 mTempRect.top = getScrollY() + height;
947 mTempRect.top = getScrollY() - height;
1004 int containerTop = getScrollY();
1051 if (direction == View.FOCUS_UP && getScrollY() < scrollDelta) {
1052 scrollDelta = getScrollY();
1056 int screenBottom = getScrollY() + getHeight() - mPaddingBottom;
1099 return (mTempRect.bottom + delta) >= getScrollY()
1100 && (mTempRect.top - delta) <= (getScrollY() + height);
1326 int screenTop = getScrollY();
1375 scrollYDelta = Math.max(scrollYDelta, -getScrollY());
1432 child.getTop() - child.getScrollY());