Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java230 ArrayList<MessagingGroup> oldGroups = new ArrayList<>(mGroups); in bind() local
234 removeGroups(oldGroups); in bind()
292 private void removeGroups(ArrayList<MessagingGroup> oldGroups) { in removeGroups() argument
293 int size = oldGroups.size(); in removeGroups()
295 MessagingGroup group = oldGroups.get(i); in removeGroups()
H A DConversationLayout.java475 ArrayList<MessagingGroup> oldGroups = new ArrayList<>(mGroups); in bind() local
489 removeGroups(oldGroups); in bind()
779 private void removeGroups(ArrayList<MessagingGroup> oldGroups) { in removeGroups() argument
780 int size = oldGroups.size(); in removeGroups()
782 MessagingGroup group = oldGroups.get(i); in removeGroups()