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.java245 int otherIndex = otherMessages.size() - 1 - i; in transformGroups() local
247 if (otherIndex >= 0) { in transformGroups()
248 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()
/frameworks/base/services/core/java/com/android/server/am/
DRecentTasks.java953 int otherIndex = mTasks.indexOf(other); in add() local
954 if (otherIndex >= 0) { in add()
960 taskIndex = otherIndex+1; in add()
964 taskIndex = otherIndex; in add()