Home
last modified time | relevance | path

Searched refs:bottomI (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java2708 final int bottomI, int endIndex) { in updateClientActivitiesOrdering() argument
2719 for (int i = endIndex; i >= bottomI; i--) { in updateClientActivitiesOrdering()
2776 while (i >= bottomI) { in updateClientActivitiesOrdering()
2788 while (i >= bottomI) { in updateClientActivitiesOrdering()
2794 if (i < bottomI) { in updateClientActivitiesOrdering()
2845 for (endIndex--; endIndex >= bottomI; endIndex--) { in updateClientActivitiesOrdering()
2854 if (endIndex >= bottomI) { in updateClientActivitiesOrdering()
2856 for (endIndex--; endIndex >= bottomI; endIndex--) { in updateClientActivitiesOrdering()