Home
last modified time | relevance | path

Searched refs:scrollThreshold (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java39 private int scrollThreshold; field in BottomScrollView
73 return scrollThreshold; in getScrollThreshold()
81 scrollThreshold = Math.max(0, child.getMeasuredHeight() - b + t - getPaddingBottom()); in onLayout()
101 if (getScrollY() >= scrollThreshold) { in checkScroll()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DPageIndicatorDots.java132 float scrollThreshold = SHIFT_THRESHOLD * scrollPerPage; in setScroll() local
133 if (currentScroll < pageToLeftScroll + scrollThreshold) { in setScroll()
136 } else if (currentScroll > pageToRightScroll - scrollThreshold) { in setScroll()