Searched refs:recentsCount (Results 1 – 2 of 2) sorted by relevance
231 final int recentsCount = size(); in taskForIdLocked() local232 for (int i = 0; i < recentsCount; i++) { in taskForIdLocked()280 int recentsCount = size(); in cleanupLocked() local281 if (recentsCount == 0) { in cleanupLocked()288 for (int i = recentsCount - 1; i >= 0; i--) { in cleanupLocked()375 recentsCount = size(); in cleanupLocked()376 while (i < recentsCount) { in cleanupLocked()383 int recentsCount = size(); in moveAffiliatedTasksToFront() local396 while (endIndex < recentsCount) { in moveAffiliatedTasksToFront()452 if (endIndex >= recentsCount) { in moveAffiliatedTasksToFront()[all …]
9101 final int recentsCount = mRecentTasks.size();9103 new ArrayList<>(maxNum < recentsCount ? maxNum : recentsCount);9113 for (int i = 0; i < recentsCount && maxNum > 0; i++) {