Searched refs:taskViewCount (Results 1 – 4 of 4) sorted by relevance
220 int taskViewCount = taskViews.size(); in startEnterAnimation() local221 for (int i = taskViewCount - 1; i >= 0; i--) { in startEnterAnimation()222 int taskIndexFromFront = taskViewCount - i - 1; in startEnterAnimation()275 if (i == taskViewCount - 1) { in startEnterAnimation()310 int taskViewCount = taskViews.size(); in startExitToHomeAnimation() local311 for (int i = 0; i < taskViewCount; i++) { in startExitToHomeAnimation()312 int taskIndexFromFront = taskViewCount - i - 1; in startExitToHomeAnimation()357 int taskViewCount = taskViews.size(); in startLaunchTaskAnimation() local358 for (int i = 0; i < taskViewCount; i++) { in startLaunchTaskAnimation()429 int taskViewCount = taskViews.size(); in startDeleteAllTasksAnimation() local[all …]
270 int taskViewCount = taskViews.size(); in TaskStackView()271 for (int i = 0; i < taskViewCount; i++) { in TaskStackView()392 int taskViewCount = taskViews.size(); in getFrontMostTaskView() local393 for (int i = taskViewCount - 1; i >= 0; i--) { in getFrontMostTaskView()409 int taskViewCount = taskViews.size(); in getChildViewForTask() local410 for (int i = 0; i < taskViewCount; i++) { in getChildViewForTask()561 int taskViewCount = taskViews.size(); in bindVisibleTaskViews() local562 for (int i = taskViewCount - 1; i >= 0; i--) { in bindVisibleTaskViews()673 int taskViewCount = taskViews.size(); in relayoutTaskViews() local674 for (int i = 0; i < taskViewCount; i++) { in relayoutTaskViews()[all …]
627 int taskViewCount = taskViews.size(); in updateTaskViewTransforms() local628 for (int i = 0; i < taskViewCount; i++) { in updateTaskViewTransforms()
280 int taskViewCount = taskViews.size(); in launchTask() local281 for (int j = 0; j < taskViewCount; j++) { in launchTask()