Home
last modified time | relevance | path

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

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