Searched refs:recentsCount (Results 1 – 2 of 2) sorted by relevance
253 final int recentsCount = size(); in taskForIdLocked() local254 for (int i = 0; i < recentsCount; i++) { in taskForIdLocked()302 int recentsCount = size(); in cleanupLocked() local303 if (recentsCount == 0) { in cleanupLocked()310 for (int i = recentsCount - 1; i >= 0; i--) { in cleanupLocked()397 recentsCount = size(); in cleanupLocked()398 while (i < recentsCount) { in cleanupLocked()405 int recentsCount = size(); in moveAffiliatedTasksToFront() local418 while (endIndex < recentsCount) { in moveAffiliatedTasksToFront()474 if (endIndex >= recentsCount) { in moveAffiliatedTasksToFront()[all …]
9770 final int recentsCount = mRecentTasks.size();9772 new ArrayList<>(maxNum < recentsCount ? maxNum : recentsCount);9782 for (int i = 0; i < recentsCount && maxNum > 0; i++) {