Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DBottomScrollView.java39 private int mScrollThreshold; field in BottomScrollView
67 return mScrollThreshold; in getScrollThreshold()
75 mScrollThreshold = Math.max(0, child.getMeasuredHeight() - b + t - getPaddingBottom()); in onLayout()
95 if (getScrollY() >= mScrollThreshold) { in checkScroll()