Searched refs:topIndex (Results 1 – 1 of 1) sorted by relevance
207 int topIndex = taskIndex; in moveAffiliatedTasksToFront() local208 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()