Searched defs:availableScrollHeight (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseRecyclerView.java145 int availableScrollHeight) {
147 if (availableScrollHeight <= 0) {
156 (int) (((float) scrollY / availableScrollHeight) * getAvailableScrollBarHeight());
144 synchronizeScrollBarThumbOffsetToViewScroll(int scrollY, int availableScrollHeight) argument
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsFastScrollHelper.java94 public boolean smoothScrollToSection(int scrollY, int availableScrollHeight, argument
98 smoothSnapToPosition(scrollY, availableScrollHeight, info);
108 private void smoothSnapToPosition(int scrollY, int availableScrollHeight, argument
148 : Math.min(availableScrollHeight, mRv.getCurrentScrollY(newPosition, 0));

Completed in 302 milliseconds