Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java79 mRecentsView.setCurrentPage(mRecentsView.getDestinationPage()); in createSwipeDownToTaskAppAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1450 mNextPage = getDestinationPage(); in onTouchEvent()
1458 mNextPage = getDestinationPage(finalPos); in onTouchEvent()
1615 public int getDestinationPage() { in getDestinationPage() method
1616 return getDestinationPage(mOrientationHandler.getPrimaryScroll(this)); in getDestinationPage()
1619 protected int getDestinationPage(int primaryScroll) { in getDestinationPage() method
1665 snapToPage(getDestinationPage(), getSnapAnimationDuration()); in snapToDestination()
1804 int newDestinationPage = getDestinationPage(); in onScrollChanged()
DWorkspace.java495 int currentPage = getDestinationPage(); in onDragStart()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java248 int page = mIsOpening ? mContent.getCurrentPage() : mContent.getDestinationPage(); in getAnimator()
DFolder.java830 mContent.snapToPageImmediately(mContent.getDestinationPage()); in animateClosed()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java1286 && mRecentsView.getDestinationPage() != mRecentsView.getRunningTaskIndex();
1402 int nearestPage = mRecentsView.getDestinationPage();
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2325 protected int getDestinationPage(int scaledScroll) { in getDestinationPage() method in RecentsView
2327 return super.getDestinationPage(scaledScroll); in getDestinationPage()