Home
last modified time | relevance | path

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

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