Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java5819 int taskEnd = getLastTaskEnd() + (mIsRtl ? positionDiff : -positionDiff); in getOffsetFromScrollPosition()
5826 private int getLastTaskEnd() { in getLastTaskEnd() method
6150 int targetScroll = getScrollForPage(targetPage) + normalTaskEnd - getLastTaskEnd();