Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java307 protected int computeMaxScroll() { in computeMaxScroll() method in LauncherRecentsView
311 return super.computeMaxScroll(); in computeMaxScroll()
DRecentsView.java2141 protected int computeMaxScroll() { in computeMaxScroll() method in RecentsView
2156 return super.computeMaxScroll(); in computeMaxScroll()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java696 mMaxScroll = computeMaxScroll(); in updateMinAndMaxScrollX()
703 protected int computeMaxScroll() { in computeMaxScroll() method in PagedView
DWorkspace.java955 mPageIndicator.setScroll(getScrollX(), computeMaxScroll()); in showPageIndicatorAtCurrentScroll()