Searched refs:getMaximumScrollUpwards (Results 1 – 1 of 1) sorted by relevance
534 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in onTouchEvent()865 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in computeScroll()880 if (mScroller.getCurrY() >= getMaximumScrollUpwards()) { in computeScroll()903 height + getMaximumScrollUpwards() - getScroll()); in draw()957 private int getMaximumScrollUpwards() { in getMaximumScrollUpwards() method in MultiShrinkScroller