Searched refs:currentScroll (Results 1 – 4 of 4) sorted by relevance
164 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument165 if (currentScroll == 0 && totalScroll == 0) { in setScroll()184 currentScroll = totalScroll - currentScroll; in setScroll()190 int pageToLeft = scrollPerPage == 0 ? 0 : currentScroll / scrollPerPage; in setScroll()195 if (currentScroll < pageToLeftScroll + scrollThreshold) { in setScroll()201 } else if (currentScroll > pageToRightScroll - scrollThreshold) { in setScroll()
23 void setScroll(int currentScroll, int totalScroll); in setScroll() argument
146 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument152 mCurrentScroll = currentScroll; in setScroll()
60 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument