Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java248 int otherIndex = otherMessages.size() - 1 - i; in transformGroups() local
250 if (otherIndex >= 0) { in transformGroups()
251 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentTasks.java1095 int otherIndex = mTasks.indexOf(other); in add() local
1096 if (otherIndex >= 0) { in add()
1102 taskIndex = otherIndex+1; in add()
1106 taskIndex = otherIndex; in add()