Lines Matching defs:scrollPos
1901 float scrollPos = isRtl ? mMaxScrollX - getScrollX() : getScrollX();1902 float offset = Math.max(0f, Math.min(1f, (float) scrollPos / mMaxScrollX));