Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java67 int taskCount = recentsView.getTaskViewCount(); in getOverviewScaleAndTranslation() local
68 if (taskCount == 0) { in getOverviewScaleAndTranslation()
71 TaskView dummyTask = recentsView.getTaskViewAt(Math.max(taskCount - 1, in getOverviewScaleAndTranslation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java166 int taskCount = rawTasks.size(); in loadTasksInBackground() local
167 for (int i = 0; i < taskCount; i++) { in loadTasksInBackground()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java620 int taskCount = getTaskViewCount(); in setFullscreenProgress() local
621 for (int i = 0; i < taskCount; i++) { in setFullscreenProgress()
1076 int taskCount = getTaskViewCount(); in createTaskDismissAnimation() local
1099 int lastPage = taskCount - 1; in createTaskDismissAnimation()
1725 int taskCount = getTaskViewCount(); in updateEnabledOverlays() local
1726 for (int i = 0; i < taskCount; i++) { in updateEnabledOverlays()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java534 int taskCount = mTaskRecyclerView.getChildCount(); in getTaskViews() local
536 for (int i = 0; i < taskCount; i ++) { in getTaskViews()