Searched defs:scrollProgress (Results 1 – 4 of 4) sorted by relevance
84 default void onOverlayMotionEvent(MotionEvent ev, float scrollProgress) { in onOverlayMotionEvent()104 void onOverlayMotionEvent(MotionEvent ev, float scrollProgress); in onOverlayMotionEvent()
1756 private float getScrollAlpha(float scrollProgress) { in getScrollAlpha()1763 private float getScrollScale(float scrollProgress) { in getScrollScale()
1408 float scrollProgress = getScrollProgress(screenCenter, child, i); in updatePageAlphaValues() local1428 float scrollProgress = getScrollProgress(screenCenter, child, i); in updatePageScrollValues() local
1210 float scrollProgress = delta / (totalDistance * 1.0f); in getScrollProgress() local