Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java318 int lastMatch = Integer.MAX_VALUE; in findPairs() local
323 for (int j = Math.min(otherGroups.size(), lastMatch) - 1; j >= 0; j--) { in findPairs()
329 lastMatch = j; in findPairs()