Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java447 for (int i = 0; i < getTaskViewCount(); i++) { in getTaskView()
552 if (getTaskViewCount() != requiredTaskCount) { in applyLoadPlan()
556 for (int i = getTaskViewCount(); i < requiredTaskCount; i++) { in applyLoadPlan()
559 while (getTaskViewCount() > requiredTaskCount) { in applyLoadPlan()
580 } else if (getTaskViewCount() > 0) { in applyLoadPlan()
597 for (int i = getTaskViewCount() - 1; i >= 0; i--) { in removeTasksViewsAndClearAllButton()
605 public int getTaskViewCount() { in getTaskViewCount() method in RecentsView
616 for (int i = getTaskViewCount() - 1; i >= 0; i--) { in resetTaskVisuals()
639 int taskCount = getTaskViewCount(); in setFullscreenProgress()
739 for (int i = 0; i < getTaskViewCount(); i++) { in loadVisibleTaskData()
[all …]
DLauncherRecentsView.java343 return mRecentsExtraCardPlugin != null && getTaskViewCount() > 0 in canComputeScrollX()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DOverviewCommandHelper.java111 if (rv.getTaskViewCount() > 0) { in onTransitionComplete()
133 if (currentPage >= 0 && currentPage < recents.getTaskViewCount()) { in handleCommand()
DTaskViewUtils.java71 for (int i = 0; i < recentsView.getTaskViewCount(); i++) { in findTaskViewToLaunch()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java50 if (mRecentsView.getTaskViewCount() > 0) { in canInterceptTouch()
DTaskViewTouchController.java124 for (int i = 0; i < mRecentsView.getTaskViewCount(); i++) { in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java67 int taskCount = recentsView.getTaskViewCount(); in getOverviewScaleAndTranslation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsView.java140 if (getTaskViewCount() == 0) { in onLayout()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java188 return launcher.<RecentsView>getOverviewPanel().getTaskViewCount(); in getTaskCount()