Searched refs:isAtMax (Results 1 – 1 of 1) sorted by relevance
201 final public int getSystemScrollPos(boolean isAtMin, boolean isAtMax) { in getSystemScrollPos() argument202 return getSystemScrollPos((int) mScrollCenter, isAtMin, isAtMax); in getSystemScrollPos()205 final public int getSystemScrollPos(int scrollCenter, boolean isAtMin, boolean isAtMax) { in getSystemScrollPos() argument251 && (isAtMax || mMaxEdge - scrollCenter <= afterMiddlePosition)) { in getSystemScrollPos()