Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java241 List<MessagingMessage> otherMessages = otherGroup.getMessages(); in transformGroups() local
248 int otherIndex = otherMessages.size() - 1 - i; in transformGroups()
251 otherChild = otherMessages.get(otherIndex).getView(); in transformGroups()