Searched refs:FLAG_CONTENT_VIEW_AMBIENT (Results 1 – 6 of 6) sorted by relevance
19 ….android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_AMBIENT;81 return FLAG_CONTENT_VIEW_AMBIENT; in getContentFlag()100 entry.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_AMBIENT); in onAlertEntryRemoved()
20 ….android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_AMBIENT;117 if ((inflatedFlags & FLAG_CONTENT_VIEW_AMBIENT) != 0) { in showAlertingView()121 entry.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_AMBIENT); in showAlertingView()
75 FLAG_CONTENT_VIEW_AMBIENT,99 public static final int FLAG_CONTENT_VIEW_AMBIENT = 1 << 3; field in NotificationContentInflater182 int flags = FLAG_CONTENT_VIEW_AMBIENT; in updateNeedsRedaction()319 case FLAG_CONTENT_VIEW_AMBIENT: in freeNotificationView()331 mCachedContentViews.remove(FLAG_CONTENT_VIEW_AMBIENT); in freeNotificationView()390 if ((reInflateFlags & FLAG_CONTENT_VIEW_AMBIENT) != 0) { in createRemoteViews()512 flag = FLAG_CONTENT_VIEW_AMBIENT; in apply()517 cachedContentViews.get(FLAG_CONTENT_VIEW_AMBIENT))); in apply()738 if ((reInflateFlags & FLAG_CONTENT_VIEW_AMBIENT) != 0) { in finishIfDone()746 cachedContentViews.put(FLAG_CONTENT_VIEW_AMBIENT, result.newAmbientView); in finishIfDone()[all …]
20 ….android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_AMBIENT;490 case FLAG_CONTENT_VIEW_AMBIENT: in freeContentViewWhenSafe()
20 ….android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_AMBIENT;213 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_AMBIENT, true); in testUpdateNeedsRedactionReinflatesChangedContentViews()219 assertEquals(FLAG_CONTENT_VIEW_AMBIENT | FLAG_CONTENT_VIEW_PUBLIC, in testUpdateNeedsRedactionReinflatesChangedContentViews()
21 ….android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_AMBIENT;253 row.updateInflationFlag(FLAG_CONTENT_VIEW_AMBIENT, true /* shouldInflate */); in updateNotification()