Searched refs:FLAG_CONTENT_VIEW_PUBLIC (Results 1 – 4 of 4) sorted by relevance
82 FLAG_CONTENT_VIEW_PUBLIC,103 int FLAG_CONTENT_VIEW_PUBLIC = 1 << 3; field
28 …m.android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC121 if (flag and FLAG_CONTENT_VIEW_PUBLIC != 0) {
252 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()
21 ….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()