Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java81 FLAG_CONTENT_VIEW_PUBLIC,
102 int FLAG_CONTENT_VIEW_PUBLIC = 1 << 3; field
DNotificationContentInflater.java230 case FLAG_CONTENT_VIEW_PUBLIC: in freeNotificationView()
233 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
260 if ((contentViews & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in cancelContentViewFrees()
302 if ((reInflateFlags & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in createRemoteViews()
403 flag = FLAG_CONTENT_VIEW_PUBLIC; in apply()
407 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)); in apply()
625 if ((reInflateFlags & FLAG_CONTENT_VIEW_PUBLIC) != 0) { in finishIfDone()
628 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, in finishIfDone()
630 } else if (remoteViewCache.hasCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)) { in finishIfDone()
631 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, in finishIfDone()
DExpandableNotificationRow.java21 ….android.systemui.statusbar.notification.row.NotificationRowContentBinder.FLAG_CONTENT_VIEW_PUBLIC;
1579 params.requireContentViews(FLAG_CONTENT_VIEW_PUBLIC);
1581 params.markContentViewsFreeable(FLAG_CONTENT_VIEW_PUBLIC);