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.java154 MessagingLinearLayout ownMessages = ownGroup.getMessageContainer(); in appear() local
155 for (int j = 0; j < ownMessages.getChildCount(); j++) { in appear()
156 View child = ownMessages.getChildAt(j); in appear()
187 MessagingLinearLayout ownMessages = ownGroup.getMessageContainer(); in disappear() local
188 for (int j = 0; j < ownMessages.getChildCount(); j++) { in disappear()
189 View child = ownMessages.getChildAt(j); in disappear()
262 List<MessagingMessage> ownMessages = ownGroup.getMessages(); in transformGroups() local
266 for (int i = 0; i < ownMessages.size(); i++) { in transformGroups()
267 View child = ownMessages.get(ownMessages.size() - 1 - i).getView(); in transformGroups()
426 MessagingLinearLayout ownMessages = ownGroup.getMessageContainer(); in setVisible() local
[all …]