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.java38 private int mScrollThreshold; field in BottomScrollView
66 return mScrollThreshold; in getScrollThreshold()
74 mScrollThreshold = Math.max(0, child.getMeasuredHeight() - b + t - getPaddingBottom()); in onLayout()
94 if (getScrollY() >= mScrollThreshold) { in checkScroll()