Home
last modified time | relevance | path

Searched refs:FLAG_CONTENT_VIEW_HEADS_UP (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java67 FLAG_CONTENT_VIEW_HEADS_UP,
85 public static final int FLAG_CONTENT_VIEW_HEADS_UP = 1 << 2; field in NotificationContentInflater
292 case FLAG_CONTENT_VIEW_HEADS_UP: in freeNotificationView()
295 mCachedContentViews.remove(FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
324 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0 && result.newHeadsUpView != null) { in inflateSmartReplyViews()
348 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in createRemoteViews()
424 flag = FLAG_CONTENT_VIEW_HEADS_UP; in apply()
429 cachedContentViews.get(FLAG_CONTENT_VIEW_HEADS_UP)); in apply()
645 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in finishIfDone()
648 cachedContentViews.put(FLAG_CONTENT_VIEW_HEADS_UP, result.newHeadsUpView); in finishIfDone()
[all …]
DExpandableNotificationRow.java20 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
470 case FLAG_CONTENT_VIEW_HEADS_UP: in freeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java20 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
100 if ((inflatedFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in showAlertingView()
110 entry.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in showAlertingView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java19 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
143 return FLAG_CONTENT_VIEW_HEADS_UP; in getContentFlag()
164 entry.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in onAlertEntryRemoved()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java21 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
130 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, in testInflationOnlyInflatesSetFlags()
DExpandableNotificationRowTest.java22 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
143 row.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in testFreeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java21 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
260 row.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, true /* shouldInflate */); in updateNotification()