Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java266 final int taskCount = 6; in testCreateInfo_ordering() local
268 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() local
305 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 …]
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1569 int taskCount = getTaskViewCount(); in setFullscreenProgress() local
1701 if (taskCount == 0) { in updateTaskSize()
2321 int taskCount = getTaskViewCount(); in animateUpTaskIconScale() local
2362 int taskCount = getTaskViewCount(); in updateGridProperties() local
2363 if (taskCount == 0) { in updateGridProperties()
2536 if (focusedTaskIndex < taskCount) { in updateGridProperties()
2590 int taskCount = getTaskViewCount(); in setGridProgress() local
2591 if (taskCount == 0) { in setGridProgress()
2736 int taskCount = getTaskViewCount(); in createTaskDismissAnimation() local
2821 if (taskCount > 2) { in createTaskDismissAnimation()
[all …]
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java626 final int taskCount = mPageToRenderTaskMap.size(); in stopPreload() local
627 for (int i = 0; i < taskCount; i++) { in stopPreload()
713 final int taskCount = mPageToRenderTaskMap.size(); in cancelAllRendering() local
714 for (int i = 0; i < taskCount; i++) { in cancelAllRendering()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java448 final int taskCount = visibleTasks.size(); in initialize() local
449 for (int i = 0; i < taskCount; i++) { in initialize()