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.java2580 final int bottomI, int endIndex) { in updateClientActivitiesOrdering() argument
2591 for (int i = endIndex; i >= bottomI; i--) { in updateClientActivitiesOrdering()
2648 while (i >= bottomI) { in updateClientActivitiesOrdering()
2660 while (i >= bottomI) { in updateClientActivitiesOrdering()
2666 if (i < bottomI) { in updateClientActivitiesOrdering()
2717 for (endIndex--; endIndex >= bottomI; endIndex--) { in updateClientActivitiesOrdering()
2726 if (endIndex >= bottomI) { in updateClientActivitiesOrdering()
2728 for (endIndex--; endIndex >= bottomI; endIndex--) { in updateClientActivitiesOrdering()