Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DCompactMessagingLayout.java155 final boolean notIncluded = senderKey != lastKey; in setGroupFacePileAsync()
157 if ((notUser && notIncluded) || (i == 0 && lastKey == null)) { in setGroupFacePileAsync()
DConversationLayout.java733 boolean notIncluded = messageSender != null in bindFacePile()
735 if ((notUser && notIncluded) in bindFacePile()
1254 final boolean notIncluded = senderKey != lastKey; in loadConversationHeaderData()
1256 if ((notUser && notIncluded) || (i == 0 && lastKey == null)) { in loadConversationHeaderData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflater.kt301 val notIncluded = senderKey != lastKey in loadConversationAvatar() constant
303 if ((notUser && notIncluded) || (i == 0 && lastKey == null)) { in loadConversationAvatar()