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.java164 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument
165 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()
DPageIndicator.java23 void setScroll(int currentScroll, int totalScroll); in setScroll() argument
DWorkspacePageIndicator.java146 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument
152 mCurrentScroll = currentScroll; in setScroll()
/packages/apps/Launcher3/src/com/android/launcher3/workprofile/
DPersonalWorkSlidingTabStrip.java60 public void setScroll(int currentScroll, int totalScroll) { in setScroll() argument