Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DRecentTasks.java207 int topIndex = taskIndex; in moveAffiliatedTasksToFront() local
208 while (top.mNextAffiliate != null && topIndex > 0) { in moveAffiliatedTasksToFront()
210 topIndex--; in moveAffiliatedTasksToFront()
213 + topIndex + " from intial " + taskIndex); in moveAffiliatedTasksToFront()
216 int endIndex = topIndex; in moveAffiliatedTasksToFront()
291 for (int i=topIndex; i<=endIndex; i++) { in moveAffiliatedTasksToFront()
293 + " from " + i + " to " + (i-topIndex)); in moveAffiliatedTasksToFront()
295 add(i - topIndex, cur); in moveAffiliatedTasksToFront()
297 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "addRecent: done moving tasks " + topIndex in moveAffiliatedTasksToFront()