Searched refs:scrollCenter (Results 1 – 1 of 1) sorted by relevance
205 final public int getSystemScrollPos(int scrollCenter, boolean isAtMin, boolean isAtMax) { in getSystemScrollPos() argument242 && (isAtMin || scrollCenter - mMinEdge <= middlePosition)) { in getSystemScrollPos()251 && (isAtMax || mMaxEdge - scrollCenter <= afterMiddlePosition)) { in getSystemScrollPos()258 return scrollCenter - middlePosition - mPaddingLow; in getSystemScrollPos()