Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java88 FLAG_CONTENT_VIEW_PUBLIC,
112 int FLAG_CONTENT_VIEW_PUBLIC = 1 << 3; field
DNotificationRowContentBinderLogger.kt28 …m.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC
144 if (flag and FLAG_CONTENT_VIEW_PUBLIC != 0) { in flagToString()
DNotificationContentInflater.java294 case FLAG_CONTENT_VIEW_PUBLIC: in freeNotificationView()
297 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
333 if ((contentViews & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in cancelContentViewFrees()
409 if ((reInflateFlags & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in createRemoteViews()
449 notifLayoutInflaterFactoryProvider.provide(row, FLAG_CONTENT_VIEW_PUBLIC)); in setNotifsViewsInflaterFactory()
559 flag = FLAG_CONTENT_VIEW_PUBLIC; in apply()
563 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)); in apply()
958 if ((reInflateFlags & FLAG_CONTENT_VIEW_PUBLIC) != 0) {
961 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC,
963 } else if (remoteViewCache.hasCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)) {
[all …]
DNotificationRowContentBinderImpl.kt53 …m.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC in <lambda>()
279 FLAG_CONTENT_VIEW_PUBLIC -> in <lambda>()
284 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC) in <lambda>()
325 if (contentViews and FLAG_CONTENT_VIEW_PUBLIC != 0) { in <lambda>()
743 if (reInflateFlags and FLAG_CONTENT_VIEW_PUBLIC != 0) { in <lambda>()
795 it.layoutInflaterFactory = provider.provide(row, FLAG_CONTENT_VIEW_PUBLIC) in <lambda>()
949 flag = FLAG_CONTENT_VIEW_PUBLIC in <lambda>()
954 oldView = remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC) in <lambda>()
1451 if (reInflateFlags and FLAG_CONTENT_VIEW_PUBLIC != 0) { in <lambda>()
1456 FLAG_CONTENT_VIEW_PUBLIC, in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java22 ….android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC;
183 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC); in releaseViews()
260 params.requireContentViews(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()
262 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()