Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java4488 return getScrollForPage(mIsRtl ? getLastViewIndex() : getFirstViewIndex()); in computeMinScroll()
4497 return getScrollForPage(mIsRtl ? getFirstViewIndex() : getLastViewIndex()); in computeMaxScroll()
4505 private int getLastViewIndex() { in getLastViewIndex() method