Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java5597 return getScrollForPage(mIsRtl ? getLastViewIndex() : getFirstViewIndex()); in computeMinScroll()
5606 return getScrollForPage(mIsRtl ? getFirstViewIndex() : getLastViewIndex()); in computeMaxScroll()
5614 private int getLastViewIndex() { in getLastViewIndex() method