HomeSort by relevance Sort by last modified time
    Searched refs:scrollBarY (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 224 // view padding, while the scrollBarY is drawn right up to the background padding (ignoring
226 int scrollBarY =
230 mScrollbar.setThumbOffsetY(scrollBarY);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 313 // for the view padding, while the scrollBarY is drawn right up to the background
315 int scrollBarY = (int)
319 int diffScrollY = scrollBarY - thumbScrollY;
327 int offset = (int) ((dy * thumbScrollY) / (float) scrollBarY);
331 (float) (availableScrollBarHeight - scrollBarY));
336 if (scrollBarY == thumbScrollY) {

Completed in 521 milliseconds