Searched refs:topIndex (Results 1 – 2 of 2) sorted by relevance
1758 int topIndex = taskIndex; in moveAffiliatedTasksToFront() local1759 while (top.mNextAffiliate != null && topIndex > 0) { in moveAffiliatedTasksToFront()1761 topIndex--; in moveAffiliatedTasksToFront()1765 + topIndex + " from initial " + taskIndex); in moveAffiliatedTasksToFront()1769 int endIndex = topIndex; in moveAffiliatedTasksToFront()1846 for (int i = topIndex; i <= endIndex; i++) { in moveAffiliatedTasksToFront()1849 + " from " + i + " to " + (i - topIndex)); in moveAffiliatedTasksToFront()1852 mTasks.add(i - topIndex, cur); in moveAffiliatedTasksToFront()1855 Slog.d(TAG_RECENTS, "addRecent: done moving tasks " + topIndex in moveAffiliatedTasksToFront()
481 final int topIndex = currentTask.mChildren.indexOf(topTF); in findNextTaskFragment() local482 if (topIndex <= 0) { in findNextTaskFragment()485 final WindowContainer next = currentTask.mChildren.get(topIndex - 1); in findNextTaskFragment()