Searched refs:taskCount (Results 1 – 4 of 4) sorted by relevance
266 final int taskCount = 6; in testCreateInfo_ordering() local268 final Task[] tasks = new Task[taskCount]; in testCreateInfo_ordering()269 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_ordering()279 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_ordering()290 assertEquals(taskCount, info.getChanges().size()); in testCreateInfo_ordering()292 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_ordering()302 final int taskCount = 4; in testCreateInfo_wallpaper() local305 final Task[] tasks = new Task[taskCount]; in testCreateInfo_wallpaper()306 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_wallpaper()328 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_wallpaper()[all …]
1569 int taskCount = getTaskViewCount(); in setFullscreenProgress() local1701 if (taskCount == 0) { in updateTaskSize()2321 int taskCount = getTaskViewCount(); in animateUpTaskIconScale() local2362 int taskCount = getTaskViewCount(); in updateGridProperties() local2363 if (taskCount == 0) { in updateGridProperties()2536 if (focusedTaskIndex < taskCount) { in updateGridProperties()2590 int taskCount = getTaskViewCount(); in setGridProgress() local2591 if (taskCount == 0) { in setGridProgress()2736 int taskCount = getTaskViewCount(); in createTaskDismissAnimation() local2821 if (taskCount > 2) { in createTaskDismissAnimation()[all …]
626 final int taskCount = mPageToRenderTaskMap.size(); in stopPreload() local627 for (int i = 0; i < taskCount; i++) { in stopPreload()713 final int taskCount = mPageToRenderTaskMap.size(); in cancelAllRendering() local714 for (int i = 0; i < taskCount; i++) { in cancelAllRendering()
448 final int taskCount = visibleTasks.size(); in initialize() local449 for (int i = 0; i < taskCount; i++) { in initialize()