Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1343 int currentPageScroll = getScrollForPage(mCurrentPage); in moveFocusedTaskToFront() local
1344 mCurrentPageScrollDiff = primaryScroll - currentPageScroll; in moveFocusedTaskToFront()
2797 int currentPageScroll = getScrollForPage(mCurrentPage); in createTaskDismissAnimation() local
2799 boolean currentPageSnapsToEndOfGrid = currentPageScroll == lastGridTaskScroll; in createTaskDismissAnimation()
3140 int currentPageScroll = getScrollForPage(mCurrentPage); in createTaskDismissAnimation()
3141 mCurrentPageScrollDiff = primaryScroll - currentPageScroll; in createTaskDismissAnimation()