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/allapps/
AllAppsRecyclerView.java 285 // view padding, while the scrollBarY is drawn right up to the background padding (ignoring
288 int scrollBarY = mBackgroundPadding.top +
305 int diffScrollY = scrollBarY - thumbScrollY;
313 int offset = (int) ((dy * thumbScrollY) / (float) scrollBarY);
317 (float) (availableScrollBarHeight - scrollBarY));
322 if (scrollBarY == thumbScrollY) {
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 265 // view padding, while the scrollBarY is drawn right up to the background padding (ignoring
268 int scrollBarY = mBackgroundPadding.top +
278 mScrollbar.setThumbOffset(scrollBarX, scrollBarY);

Completed in 108 milliseconds