Searched refs:topIndex (Results 1 – 1 of 1) sorted by relevance
1553 int topIndex = taskIndex; in moveAffiliatedTasksToFront() local1554 while (top.mNextAffiliate != null && topIndex > 0) { in moveAffiliatedTasksToFront()1556 topIndex--; in moveAffiliatedTasksToFront()1559 + topIndex + " from intial " + taskIndex); in moveAffiliatedTasksToFront()1562 int endIndex = topIndex; in moveAffiliatedTasksToFront()1637 for (int i=topIndex; i<=endIndex; i++) { in moveAffiliatedTasksToFront()1639 + " from " + i + " to " + (i-topIndex)); in moveAffiliatedTasksToFront()1641 mTasks.add(i - topIndex, cur); in moveAffiliatedTasksToFront()1643 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "addRecent: done moving tasks " + topIndex in moveAffiliatedTasksToFront()