Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1070 int lastPageScroll = getScrollForPage(!mIsRtl ? getPageCount() - 1 : 0); in onNotSnappingToPageInFreeScroll() local
1078 : finalPos > (lastPageScroll + mMaxScroll) / 2 in onNotSnappingToPageInFreeScroll()