Searched refs:totalScroll (Results 1 – 4 of 4) sorted by relevance
100 public void set(WorkspacePageIndicator obj, Integer totalScroll) {101 obj.mTotalScroll = totalScroll;149 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument157 mTotalScroll = totalScroll; in setScroll()158 } else if (mTotalScroll != totalScroll) { in setScroll()159 animateToTotalScroll(totalScroll); in setScroll()209 private void animateToTotalScroll(int totalScroll) { in animateToTotalScroll() argument210 setupAndRunAnimation(ObjectAnimator.ofInt(this, TOTAL_SCROLL, totalScroll), in animateToTotalScroll()
123 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument126 currentScroll = totalScroll - currentScroll; in setScroll()128 int scrollPerPage = totalScroll / (mNumPages - 1); in setScroll()
23 void setScroll(int currentScroll, int totalScroll); in setScroll() argument
50 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument