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

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsRecyclerView.java 122 int scrollY = getCurrentScrollY();
132 public int getCurrentScrollY() {
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 270 int scrollY = getCurrentScrollY();
307 int scrollY = getCurrentScrollY();
371 public int getCurrentScrollY() {
384 return getCurrentScrollY(position, getLayoutManager().getDecoratedTop(child));
387 public int getCurrentScrollY(int position, int offset) {
430 int paddedHeight = getCurrentScrollY(mApps.getAdapterItems().size(), 0);
HeaderElevationController.java 32 mCurrentY = ((BaseRecyclerView) recyclerView).getCurrentScrollY();
AllAppsFastScrollHelper.java 153 : Math.min(availableScrollHeight, mRv.getCurrentScrollY(newPosition, 0));
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 276 public abstract int getCurrentScrollY();

Completed in 494 milliseconds