Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java289 int scrollY = getCurrentScrollY(); in onUpdateScrollbar()
352 public int getCurrentScrollY() { in getCurrentScrollY() method in AllAppsRecyclerView
366 getCurrentScrollY(position, getLayoutManager().getDecoratedTop(child)); in getCurrentScrollY()
369 public int getCurrentScrollY(int position, int offset) { in getCurrentScrollY() method in AllAppsRecyclerView
419 return getPaddingTop() + getCurrentScrollY(getAdapter().getItemCount(), 0)
DFloatingHeaderView.java71 int current = -mCurrentRV.getCurrentScrollY();
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/ui/
DLauncherUIScrollTest.java111 int currentScroll = launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in testAllAppsScroll()
113 int newScroll = launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in testAllAppsScroll()
131 int currentScroll = widgets.getRecyclerView().getCurrentScrollY(); in testWidgetsListScroll()
133 int newScroll = widgets.getRecyclerView().getCurrentScrollY(); in testWidgetsListScroll()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java144 if (getCurrentScrollY() == 0) { in shouldContainerScroll()
163 public abstract int getCurrentScrollY(); in getCurrentScrollY() method in BaseRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsRecyclerView.java110 int scrollY = getCurrentScrollY(); in onUpdateScrollbar()
120 public int getCurrentScrollY() { in getCurrentScrollY() method in WidgetsRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java92 l -> l.getAppsView().getActiveRecyclerView().getCurrentScrollY()); in call()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java277 return getWidgetsView(launcher).getCurrentScrollY(); in getWidgetsScroll()
DAbstractLauncherUiTest.java527 return launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in getAllAppsScroll()