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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsRecyclerView.java107 int scrollY = getCurrentScrollY();
117 public int getCurrentScrollY() { method in class:WidgetsRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java259 int scrollY = getCurrentScrollY();
296 int scrollY = getCurrentScrollY();
359 public int getCurrentScrollY() { method in class:AllAppsRecyclerView
372 return getCurrentScrollY(position, getLayoutManager().getDecoratedTop(child));
375 public int getCurrentScrollY(int position, int offset) { method in class:AllAppsRecyclerView
418 int paddedHeight = getCurrentScrollY(mApps.getAdapterItems().size(), 0);
H A DHeaderElevationController.java57 mCurrentY = ((BaseRecyclerView) recyclerView).getCurrentScrollY();
H A DAllAppsFastScrollHelper.java152 : Math.min(availableScrollHeight, mRv.getCurrentScrollY(newPosition, 0));
H A DAllAppsContainerView.java219 if (mAppsRecyclerView.getCurrentScrollY() == 0) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseRecyclerView.java246 public abstract int getCurrentScrollY(); method in class:BaseRecyclerView

Completed in 4193 milliseconds