Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java95 ArrayList<MessagingGroup> otherGroups = filterHiddenGroups( in transformViewInternal() local
97 HashMap<MessagingGroup, MessagingGroup> pairs = findPairs(ownGroups, otherGroups); in transformViewInternal()
316 ArrayList<MessagingGroup> otherGroups) { in findPairs() argument
323 for (int j = Math.min(otherGroups.size(), lastMatch) - 1; j >= 0; j--) { in findPairs()
324 MessagingGroup otherGroup = otherGroups.get(j); in findPairs()