Home
last modified time | relevance | path

Searched refs:FLAG_CONTENT_VIEW_AMBIENT (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAmbientPulseManager.java19 ….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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java20 ….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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java75 FLAG_CONTENT_VIEW_AMBIENT,
99 public static final int FLAG_CONTENT_VIEW_AMBIENT = 1 << 3; field in NotificationContentInflater
182 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 …]
DExpandableNotificationRow.java20 ….android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_AMBIENT;
490 case FLAG_CONTENT_VIEW_AMBIENT: in freeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java20 ….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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java21 ….android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_AMBIENT;
253 row.updateInflationFlag(FLAG_CONTENT_VIEW_AMBIENT, true /* shouldInflate */); in updateNotification()