Searched refs:taskCount (Results 1 – 4 of 4) sorted by relevance
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()
334 final int taskCount = 6; in testCreateInfo_ordering() local336 final Task[] tasks = new Task[taskCount]; in testCreateInfo_ordering()337 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_ordering()347 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_ordering()357 assertEquals(taskCount, info.getChanges().size()); in testCreateInfo_ordering()359 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_ordering()369 final int taskCount = 4; in testCreateInfo_wallpaper() local372 final Task[] tasks = new Task[taskCount]; in testCreateInfo_wallpaper()373 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_wallpaper()395 for (int i = 0; i < taskCount; ++i) { in testCreateInfo_wallpaper()[all …]
407 final int taskCount = visibleTasks.size(); in initialize() local408 for (int i = taskCount - 1; i >= 0; i--) { in initialize()
1245 final int taskCount = mTaskContainers.size(); in resolveStartActivityIntentFromNonActivityContext() local1246 if (taskCount == 0) { in resolveStartActivityIntentFromNonActivityContext()1250 if (taskCount > 1) { in resolveStartActivityIntentFromNonActivityContext()