Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java986 for (int i = 0; i < getTaskViewCount(); i++) { in onTaskIconChanged()
1046 mActionsView.updateHiddenFlags(HIDDEN_NO_TASKS, getTaskViewCount() == 0); in init()
1130 mActionsView.updateHiddenFlags(HIDDEN_NO_TASKS, getTaskViewCount() == 0); in onViewRemoved()
1352 for (int i = 0; i < getTaskViewCount(); i++) { in getTaskViewByTaskId()
1374 for (int i = 0; i < getTaskViewCount(); i++) { in getTaskViewByTaskIds()
1457 int taskCount = getTaskViewCount(); in onTouchEvent()
1776 if (newFocusedTaskView == null && getTaskViewCount() > 0) { in applyLoadPlan()
1781 && getTaskViewCount() > 1) { in applyLoadPlan()
1818 } else if (getTaskViewCount() > 0) { in applyLoadPlan()
1821 if (taskView.isDesktopTask() && getTaskViewCount() > 1) { in applyLoadPlan()
[all …]
DTaskView.java1642 0, 1, recentsView.getTaskViewCount() - recentsView.indexOfChild(this) - 1,
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java51 if (mRecentsView.getTaskViewCount() > 0) { in canInterceptTouch()
DNoButtonQuickSwitchTouchController.java224 if (mRecentsView.getTaskViewCount() == 0) { in setupAnimators()
270 if (mRecentsView.getTaskViewCount() == 0) { in setupOverviewAnimators()
DTaskViewTouchController.java158 for (int i = 0; i < mRecentsView.getTaskViewCount(); i++) { in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java122 && overview.getTaskViewCount() > 0) { in prepareForAtomicAnimation()
177 if (overview.getTaskViewCount() > 0) { in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java165 && getTaskViewCount() == 0 && mLoadPlanEverApplied) { in shouldAddStubTaskView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java218 TaskView tv = (currentPage >= 0 && currentPage < recents.getTaskViewCount()) in executeCommand()
DTaskShortcutFactory.java285 boolean notEnoughTasksToSplit = recentsView.getTaskViewCount() < 2;
DTaskViewUtils.java126 for (int i = 0; i < recentsView.getTaskViewCount(); i++) { in findTaskViewToLaunch()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DFallbackRecentsTest.java282 return recents.<RecentsView>getOverviewPanel().getTaskViewCount(); in getTaskCount()
DTaplTestsQuickstep.java220 return launcher.<RecentsView>getOverviewPanel().getTaskViewCount(); in getTaskCount()