Searched refs:otherIndex (Results 1 – 2 of 2) sorted by relevance
248 int otherIndex = otherMessages.size() - 1 - i; in transformGroups() local250 if (otherIndex >= 0) { in transformGroups()251 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()
1095 int otherIndex = mTasks.indexOf(other); in add() local1096 if (otherIndex >= 0) { in add()1102 taskIndex = otherIndex+1; in add()1106 taskIndex = otherIndex; in add()