Searched refs:taskCount (Results 1 – 6 of 6) sorted by relevance
229 int taskCount = mControllerCallbacks.getTaskCount(); in onKeyUp() local232 ? (taskCount > 1 ? 1 : 0) in onKeyUp()236 ? taskCount - 1 : mCurrentFocusIndex - 1) in onKeyUp()238 : ((mCurrentFocusIndex + 1) % taskCount)); in onKeyUp()
1490 int taskCount = getTaskViewCount(); in setTaskBorderEnabled() local1491 for (int i = 0; i < taskCount; i++) { in setTaskBorderEnabled()1559 int taskCount = getTaskViewCount(); in onTouchEvent() local1560 for (int i = 0; i < taskCount; i++) { in onTouchEvent()2037 int taskCount = getTaskViewCount(); in setFullscreenProgress() local2038 for (int i = 0; i < taskCount; i++) { in setFullscreenProgress()2181 final int taskCount = getTaskViewCount(); in updateTaskSize() local2182 if (taskCount == 0) { in updateTaskSize()2193 for (int i = 0; i < taskCount; i++) { in updateTaskSize()2958 int taskCount = getTaskViewCount(); in setTaskIconScaledDown() local[all …]
275 TaskCostInfo(int taskCount, int totalTaskCost) { in TaskCostInfo() argument276 mTaskCount = taskCount; in TaskCostInfo()
481 long taskCount = mInternalTaskScheduler.getCompletedTaskCount(); in testConfigureScheduledExport_schedulesAnInternalTask() local486 assertThat(mInternalTaskScheduler.getCompletedTaskCount()).isEqualTo(taskCount + 1); in testConfigureScheduledExport_schedulesAnInternalTask()
936 const auto taskCount = taskCountByUid.find(userPackageStats.uid); in dumpPackageTaskStateStatsProto() local937 if (taskCount == taskCountByUid.end()) { in dumpPackageTaskStateStatsProto()954 static_cast<int>(taskCount->second)); in dumpPackageTaskStateStatsProto()
1353 int taskCount = getActiveTaskCountLocked(); in shutdownIfNeeded() local1354 if (!force && taskCount > 0) { in shutdownIfNeeded()1355 Slogf.i(TAG, "Will not shutdown. The activen task count is %d.", taskCount); in shutdownIfNeeded()