Searched refs:getCurrentScrollY (Results 1 – 6 of 6) sorted by relevance
259 int scrollY = getCurrentScrollY(); in scrollToPositionAtProgress()296 int scrollY = getCurrentScrollY(); in onUpdateScrollbar()359 public int getCurrentScrollY() { in getCurrentScrollY() method in AllAppsRecyclerView372 return getCurrentScrollY(position, getLayoutManager().getDecoratedTop(child)); in getCurrentScrollY()375 public int getCurrentScrollY(int position, int offset) { in getCurrentScrollY() method in AllAppsRecyclerView418 int paddedHeight = getCurrentScrollY(mApps.getAdapterItems().size(), 0);
57 mCurrentY = ((BaseRecyclerView) recyclerView).getCurrentScrollY(); in onScrolled()
152 : Math.min(availableScrollHeight, mRv.getCurrentScrollY(newPosition, 0)); in smoothSnapToPosition()
219 if (mAppsRecyclerView.getCurrentScrollY() == 0) { in shouldContainerScroll()
107 int scrollY = getCurrentScrollY(); in onUpdateScrollbar()117 public int getCurrentScrollY() { in getCurrentScrollY() method in WidgetsRecyclerView
246 public abstract int getCurrentScrollY(); in getCurrentScrollY() method in BaseRecyclerView