Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DMessagingMessage.java107 default void removeMessage(ArrayList<MessagingLinearLayout.MessagingChild> toRecycle) { in removeMessage() argument
108 getGroup().removeMessage(this, toRecycle); in removeMessage()
DMessagingGroup.java273 ArrayList<MessagingLinearLayout.MessagingChild> toRecycle) { in removeMessage() argument
288 toRecycle.add(messagingMessage); in removeMessage()