Searched refs:currentScroll (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DPageIndicatorDots.java122 public void setScroll(int currentScroll, int totalScroll) { argument
125 currentScroll = totalScroll - currentScroll;
128 int pageToLeft = currentScroll / scrollPerPage;
133 if (currentScroll < pageToLeftScroll + scrollThreshold) {
136 } else if (currentScroll > pageToRightScroll - scrollThreshold) {
H A DPageIndicator.java38 public void setScroll(int currentScroll, int totalScroll) {} argument
H A DPageIndicatorLineCaret.java172 public void setScroll(int currentScroll, int totalScroll) { argument
178 mCurrentScroll = currentScroll;

Completed in 1381 milliseconds