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.java97 ArrayList<MessagingGroup> otherGroups = filterHiddenGroups( in transformViewInternal() local
99 HashMap<MessagingGroup, MessagingGroup> pairs = findPairs(ownGroups, otherGroups); in transformViewInternal()
374 ArrayList<MessagingGroup> otherGroups) { in findPairs() argument
381 for (int j = Math.min(otherGroups.size(), lastMatch) - 1; j >= 0; j--) { in findPairs()
382 MessagingGroup otherGroup = otherGroups.get(j); in findPairs()