Searched refs:getDestinationPage (Results 1 – 7 of 7) sorted by relevance
1303 mNextPage = getDestinationPage(); in onTouchEvent()1311 mNextPage = getDestinationPage(finalPos); in onTouchEvent()1448 public int getDestinationPage() { in getDestinationPage() method1449 return getDestinationPage(mOrientationHandler.getPrimaryScroll(this)); in getDestinationPage()1452 protected int getDestinationPage(int primaryScroll) { in getDestinationPage() method1498 snapToPage(getDestinationPage(), PAGE_SNAP_ANIMATION_DURATION); in snapToDestination()
442 int currentPage = getDestinationPage(); in onDragStart()
79 mRecentsView.setCurrentPage(mRecentsView.getDestinationPage()); in createSwipeDownToTaskAppAnimation()
246 int page = mIsOpening ? mContent.getCurrentPage() : mContent.getDestinationPage(); in getAnimator()
784 mContent.snapToPageImmediately(mContent.getDestinationPage()); in animateClosed()
1480 protected int getDestinationPage(int scaledScroll) { in getDestinationPage() method in RecentsView1482 return super.getDestinationPage(scaledScroll); in getDestinationPage()
1026 int nearestPage = mRecentsView.getDestinationPage();