Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowContentBinder.java82 FLAG_CONTENT_VIEW_PUBLIC,
103 int FLAG_CONTENT_VIEW_PUBLIC = 1 << 3; field
H A DNotificationContentInflaterLogger.kt28 …m.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC
121 if (flag and FLAG_CONTENT_VIEW_PUBLIC != 0) {
H A DNotificationContentInflater.java252 case FLAG_CONTENT_VIEW_PUBLIC: in freeNotificationView()
255 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
282 if ((contentViews & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in cancelContentViewFrees()
345 if ((reInflateFlags & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in createRemoteViews()
469 flag = FLAG_CONTENT_VIEW_PUBLIC; in apply()
473 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)); in apply()
775 if ((reInflateFlags & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in finishIfDone()
778 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, in finishIfDone()
780 } else if (remoteViewCache.hasCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)) { in finishIfDone()
781 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, in finishIfDone()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java21 ….android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC;
171 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC); in releaseViews()
226 params.requireContentViews(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()
228 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()