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

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsRecyclerView.java 107 int scrollY = getCurrentScrollY();
117 public int getCurrentScrollY() {
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 259 int scrollY = getCurrentScrollY();
296 int scrollY = getCurrentScrollY();
359 public int getCurrentScrollY() {
372 return getCurrentScrollY(position, getLayoutManager().getDecoratedTop(child));
375 public int getCurrentScrollY(int position, int offset) {
418 int paddedHeight = getCurrentScrollY(mApps.getAdapterItems().size(), 0);
HeaderElevationController.java 57 mCurrentY = ((BaseRecyclerView) recyclerView).getCurrentScrollY();
AllAppsFastScrollHelper.java 152 : Math.min(availableScrollHeight, mRv.getCurrentScrollY(newPosition, 0));
AllAppsContainerView.java 219 if (mAppsRecyclerView.getCurrentScrollY() == 0) {
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 246 public abstract int getCurrentScrollY();

Completed in 3770 milliseconds