Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsViewUtils.kt400 val currentPageTaskView = recentsView.currentPageTaskView in <lambda>() constant
410 isInExpectedScrollPosition(currentPageTaskView) -> currentPageTaskView!!.taskIdSet in <lambda>()
DRecentsView.java4658 TaskView currentPageTaskView = getCurrentPageTaskView(); in getNextPageInternal() local
4662 if (currentPageTaskView != null) { in getNextPageInternal()
4663 currentPageTaskViewId = currentPageTaskView.getTaskViewId(); in getNextPageInternal()
5457 TaskView currentPageTaskView = getTaskViewAt(mCurrentPage);
5460 if (currentPageTaskView instanceof DesktopTaskView) {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewLaunchTouchController.kt66 taskView === recentsView.currentPageTaskView && in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java713 TaskView currentPageTaskView = mRecentsView.getCurrentPageTaskView(); in notifyGestureAnimationStartToRecents() local
714 if (currentPageTaskView != null) { in notifyGestureAnimationStartToRecents()
715 mPreviousTaskViewType = currentPageTaskView.getType(); in notifyGestureAnimationStartToRecents()
1304 TaskView currentPageTaskView = mRecentsView != null
1311 || currentPageTaskView instanceof DesktopTaskView)