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

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

Completed in 76 milliseconds