Home
last modified time | relevance | path

Searched refs:currentScroll (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java123 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument
126 currentScroll = totalScroll - currentScroll; in setScroll()
129 int pageToLeft = currentScroll / scrollPerPage; in setScroll()
134 if (currentScroll < pageToLeftScroll + scrollThreshold) { in setScroll()
137 } else if (currentScroll > pageToRightScroll - scrollThreshold) { in setScroll()
DWorkspacePageIndicator.java149 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument
155 mCurrentScroll = currentScroll; in setScroll()
DPageIndicator.java23 void setScroll(int currentScroll, int totalScroll); in setScroll() argument
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/ui/
DLauncherUIScrollTest.java107 int currentScroll = launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in testAllAppsScroll() local
111 assertNotEquals("All Apps was not scrolled", currentScroll, newScroll); in testAllAppsScroll()
127 int currentScroll = widgets.getRecyclerView().getCurrentScrollY(); in testWidgetsListScroll() local
130 assertNotEquals("Widgets was not scrolled", currentScroll, newScroll); in testWidgetsListScroll()
/packages/apps/Launcher3/src/com/android/launcher3/workprofile/
DPersonalWorkSlidingTabStrip.java50 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument