Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DKeyboardQuickSwitchViewController.java229 int taskCount = mControllerCallbacks.getTaskCount(); in onKeyUp() local
232 ? (taskCount > 1 ? 1 : 0) in onKeyUp()
236 ? taskCount - 1 : mCurrentFocusIndex - 1) in onKeyUp()
238 : ((mCurrentFocusIndex + 1) % taskCount)); in onKeyUp()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1490 int taskCount = getTaskViewCount(); in setTaskBorderEnabled() local
1491 for (int i = 0; i < taskCount; i++) { in setTaskBorderEnabled()
1559 int taskCount = getTaskViewCount(); in onTouchEvent() local
1560 for (int i = 0; i < taskCount; i++) { in onTouchEvent()
2037 int taskCount = getTaskViewCount(); in setFullscreenProgress() local
2038 for (int i = 0; i < taskCount; i++) { in setFullscreenProgress()
2181 final int taskCount = getTaskViewCount(); in updateTaskSize() local
2182 if (taskCount == 0) { in updateTaskSize()
2193 for (int i = 0; i < taskCount; i++) { in updateTaskSize()
2958 int taskCount = getTaskViewCount(); in setTaskIconScaledDown() local
[all …]
/packages/modules/AppSearch/service/java/com/android/server/appsearch/util/
DRateLimitedExecutor.java275 TaskCostInfo(int taskCount, int totalTaskCost) { in TaskCostInfo() argument
276 mTaskCount = taskCount; in TaskCostInfo()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/
DHealthConnectServiceImplTest.java481 long taskCount = mInternalTaskScheduler.getCompletedTaskCount(); in testConfigureScheduledExport_schedulesAnInternalTask() local
486 assertThat(mInternalTaskScheduler.getCompletedTaskCount()).isEqualTo(taskCount + 1); in testConfigureScheduledExport_schedulesAnInternalTask()
/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp936 const auto taskCount = taskCountByUid.find(userPackageStats.uid); in dumpPackageTaskStateStatsProto() local
937 if (taskCount == taskCountByUid.end()) { in dumpPackageTaskStateStatsProto()
954 static_cast<int>(taskCount->second)); in dumpPackageTaskStateStatsProto()
/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java1353 int taskCount = getActiveTaskCountLocked(); in shutdownIfNeeded() local
1354 if (!force && taskCount > 0) { in shutdownIfNeeded()
1355 Slogf.i(TAG, "Will not shutdown. The activen task count is %d.", taskCount); in shutdownIfNeeded()