Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java152 MessagingLinearLayout ownMessages = ownGroup.getMessageContainer(); in appear() local
153 for (int j = 0; j < ownMessages.getChildCount(); j++) { in appear()
154 View child = ownMessages.getChildAt(j); in appear()
185 MessagingLinearLayout ownMessages = ownGroup.getMessageContainer(); in disappear() local
186 for (int j = 0; j < ownMessages.getChildCount(); j++) { in disappear()
187 View child = ownMessages.getChildAt(j); in disappear()
240 List<MessagingMessage> ownMessages = ownGroup.getMessages(); in transformGroups() local
243 for (int i = 0; i < ownMessages.size(); i++) { in transformGroups()
244 View child = ownMessages.get(ownMessages.size() - 1 - i).getView(); in transformGroups()
359 MessagingLinearLayout ownMessages = ownGroup.getMessageContainer(); in setVisible() local
[all …]