Searched refs:currentScroll (Results 1 – 5 of 5) sorted by relevance
123 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument126 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()
149 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument155 mCurrentScroll = currentScroll; in setScroll()
23 void setScroll(int currentScroll, int totalScroll); in setScroll() argument
107 int currentScroll = launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in testAllAppsScroll() local111 assertNotEquals("All Apps was not scrolled", currentScroll, newScroll); in testAllAppsScroll()127 int currentScroll = widgets.getRecyclerView().getCurrentScrollY(); in testWidgetsListScroll() local130 assertNotEquals("Widgets was not scrolled", currentScroll, newScroll); in testWidgetsListScroll()
50 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument