Searched refs:getMaximumScrollUpwards (Results 1 – 1 of 1) sorted by relevance
512 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in onTouchEvent()843 final int distanceFromMaxScrolling = getMaximumScrollUpwards() - getScroll(); in computeScroll()858 if (mScroller.getCurrY() >= getMaximumScrollUpwards()) { in computeScroll()881 height + getMaximumScrollUpwards() - getScroll()); in draw()935 private int getMaximumScrollUpwards() { in getMaximumScrollUpwards() method in MultiShrinkScroller