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