Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java737 for (int i = 0; i < getTaskViewCount(); i++) { in onTaskIconChanged()
770 mActionsView.updateHiddenFlags(HIDDEN_NO_TASKS, getTaskViewCount() == 0); in init()
828 mActionsView.updateHiddenFlags(HIDDEN_NO_TASKS, getTaskViewCount() == 0); in onViewRemoved()
946 for (int i = 0; i < getTaskViewCount(); i++) { in getTaskView()
1003 int taskCount = getTaskViewCount(); in onTouchEvent()
1125 if (getTaskViewCount() != requiredTaskCount) { in applyLoadPlan()
1129 for (int i = getTaskViewCount(); i < requiredTaskCount; i++) { in applyLoadPlan()
1132 while (getTaskViewCount() > requiredTaskCount) { in applyLoadPlan()
1154 } else if (getTaskViewCount() > 0) { in applyLoadPlan()
1184 for (int i = getTaskViewCount() - 1; i >= 0; i--) { in removeTasksViewsAndClearAllButton()
[all …]
DLauncherRecentsView.java179 return mRecentsExtraCardPlugin != null && getTaskViewCount() > 0 in canComputeScrollX()
DTaskView.java1260 0, 1, recentsView.getTaskViewCount() - recentsView.indexOfChild(this) - 1, in onInitializeAccessibilityNodeInfo()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java121 return view.getTaskViewCount() > 0 ? view.getTaskViewAt(0) : null; in getNextTask()
164 TaskView tv = (currentPage >= 0 && currentPage < recents.getTaskViewCount()) in executeCommand()
247 if (rv.getTaskViewCount() > 0) { in onTransitionComplete()
DTaskShortcutFactory.java106 setEnabled(taskView.getRecentsView().getTaskViewCount() > 1); in SplitSelectSystemShortcut()
240 shortcut.setEnabled(taskView.getRecentsView().getTaskViewCount() > 1);
DTaskViewUtils.java111 for (int i = 0; i < recentsView.getTaskViewCount(); i++) { in findTaskViewToLaunch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java95 && overview.getTaskViewCount() > 0) { in prepareForAtomicAnimation()
142 if (overview.getTaskViewCount() > 0) { in prepareForAtomicAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java51 if (mRecentsView.getTaskViewCount() > 0) { in canInterceptTouch()
DNoButtonQuickSwitchTouchController.java198 if (mRecentsView.getTaskViewCount() == 0) { in setupAnimators()
240 if (mRecentsView.getTaskViewCount() == 0) { in setupOverviewAnimators()
DTaskViewTouchController.java148 for (int i = 0; i < mRecentsView.getTaskViewCount(); i++) { in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java129 && getTaskViewCount() == 0) { in shouldAddStubTaskView()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java185 return launcher.<RecentsView>getOverviewPanel().getTaskViewCount(); in getTaskCount()
DFallbackRecentsTest.java270 return recents.<RecentsView>getOverviewPanel().getTaskViewCount(); in getTaskCount()