Home
last modified time | relevance | path

Searched refs:currentScroll (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DPageIndicatorDots.java123 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument
126 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()
DWorkspacePageIndicator.java149 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument
155 mCurrentScroll = currentScroll; in setScroll()
DPageIndicator.java23 void setScroll(int currentScroll, int totalScroll); in setScroll() argument
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPersonalWorkSlidingTabStrip.java152 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument
153 float scrollOffset = ((float) currentScroll) / totalScroll; in setScroll()