Searched refs:currentScroll (Results 1 – 4 of 4) 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
152 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument153 float scrollOffset = ((float) currentScroll) / totalScroll; in setScroll()