Searched refs:totalScroll (Results 1 – 4 of 4) sorted by relevance
97 public void set(WorkspacePageIndicator obj, Integer totalScroll) {98 obj.mTotalScroll = totalScroll;146 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument154 mTotalScroll = totalScroll; in setScroll()155 } else if (mTotalScroll != totalScroll) { in setScroll()156 animateToTotalScroll(totalScroll); in setScroll()207 private void animateToTotalScroll(int totalScroll) { in animateToTotalScroll() argument208 setupAndRunAnimation(ObjectAnimator.ofInt(this, TOTAL_SCROLL, totalScroll), in animateToTotalScroll()
164 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument165 if (currentScroll == 0 && totalScroll == 0) { in setScroll()184 currentScroll = totalScroll - currentScroll; in setScroll()187 mTotalScroll = totalScroll; in setScroll()189 int scrollPerPage = totalScroll / (mNumPages - 1); in setScroll()
23 void setScroll(int currentScroll, int totalScroll); in setScroll() argument
60 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument