Searched refs:otherGroups (Results 1 – 1 of 1) sorted by relevance
97 ArrayList<MessagingGroup> otherGroups = filterHiddenGroups( in transformViewInternal() local99 HashMap<MessagingGroup, MessagingGroup> pairs = findPairs(ownGroups, otherGroups); in transformViewInternal()374 ArrayList<MessagingGroup> otherGroups) { in findPairs() argument381 for (int j = Math.min(otherGroups.size(), lastMatch) - 1; j >= 0; j--) { in findPairs()382 MessagingGroup otherGroup = otherGroups.get(j); in findPairs()