Searched refs:topIndex (Results 1 – 1 of 1) sorted by relevance
407 int topIndex = taskIndex; in moveAffiliatedTasksToFront() local408 while (top.mNextAffiliate != null && topIndex > 0) { in moveAffiliatedTasksToFront()410 topIndex--; in moveAffiliatedTasksToFront()413 + topIndex + " from intial " + taskIndex); in moveAffiliatedTasksToFront()416 int endIndex = topIndex; in moveAffiliatedTasksToFront()491 for (int i=topIndex; i<=endIndex; i++) { in moveAffiliatedTasksToFront()493 + " from " + i + " to " + (i-topIndex)); in moveAffiliatedTasksToFront()495 add(i - topIndex, cur); in moveAffiliatedTasksToFront()497 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "addRecent: done moving tasks " + topIndex in moveAffiliatedTasksToFront()