Searched refs:FLAG_GROUP_SUMMARY_HEADER (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinder.java | 90 FLAG_GROUP_SUMMARY_HEADER, 122 int FLAG_GROUP_SUMMARY_HEADER = 1 << 5; field
|
D | NotificationRowContentBinderLogger.kt | 30 ….android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_GROUP_SUMMARY_HEADER 150 if (flag and FLAG_GROUP_SUMMARY_HEADER != 0) { in flagToString()
|
D | NotificationRowContentBinderImpl.kt | 55 ….android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_GROUP_SUMMARY_HEADER in <lambda>() 750 reInflateFlags and FLAG_GROUP_SUMMARY_HEADER != 0 in <lambda>() 994 if (reInflateFlags and FLAG_GROUP_SUMMARY_HEADER != 0) { in <lambda>() 999 remoteViewCache.getCachedView(entry, FLAG_GROUP_SUMMARY_HEADER) in <lambda>() 1018 inflationId = FLAG_GROUP_SUMMARY_HEADER, in <lambda>() 1468 if (reInflateFlags and FLAG_GROUP_SUMMARY_HEADER != 0) { in <lambda>() 1476 FLAG_GROUP_SUMMARY_HEADER, in <lambda>() 1479 } else if (remoteViewCache.hasCachedView(entry, FLAG_GROUP_SUMMARY_HEADER)) { in <lambda>() 1484 FLAG_GROUP_SUMMARY_HEADER, in <lambda>()
|
D | NotificationContentInflater.java | 415 if ((reInflateFlags & FLAG_GROUP_SUMMARY_HEADER) != 0) { in createRemoteViews() 587 if ((reInflateFlags & FLAG_GROUP_SUMMARY_HEADER) != 0) { in apply() 592 .getCachedView(entry, FLAG_GROUP_SUMMARY_HEADER)); in apply() 608 /* inflationId = */ FLAG_GROUP_SUMMARY_HEADER, in apply() 970 if ((reInflateFlags & FLAG_GROUP_SUMMARY_HEADER) != 0) { 976 remoteViewCache.putCachedView(entry, FLAG_GROUP_SUMMARY_HEADER, 978 } else if (remoteViewCache.hasCachedView(entry, FLAG_GROUP_SUMMARY_HEADER)) { 981 remoteViewCache.putCachedView(entry, FLAG_GROUP_SUMMARY_HEADER,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | NotificationRowBinderImpl.java | 24 …android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_GROUP_SUMMARY_HEADER; 277 params.requireContentViews(FLAG_GROUP_SUMMARY_HEADER); in inflateContentViews() 282 params.markContentViewsFreeable(FLAG_GROUP_SUMMARY_HEADER); in inflateContentViews()
|