Home
last modified time | relevance | path

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

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