Searched refs:topIndex (Results 1 – 1 of 1) sorted by relevance
1622 int topIndex = taskIndex; in moveAffiliatedTasksToFront() local1623 while (top.mNextAffiliate != null && topIndex > 0) { in moveAffiliatedTasksToFront()1625 topIndex--; in moveAffiliatedTasksToFront()1628 + topIndex + " from intial " + taskIndex); in moveAffiliatedTasksToFront()1631 int endIndex = topIndex; in moveAffiliatedTasksToFront()1706 for (int i=topIndex; i<=endIndex; i++) { in moveAffiliatedTasksToFront()1708 + " from " + i + " to " + (i-topIndex)); in moveAffiliatedTasksToFront()1710 mTasks.add(i - topIndex, cur); in moveAffiliatedTasksToFront()1712 if (DEBUG_RECENTS) Slog.d(TAG_RECENTS, "addRecent: done moving tasks " + topIndex in moveAffiliatedTasksToFront()