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.java74 FLAG_CONTENT_VIEW_HEADS_UP,
93 public static final int FLAG_CONTENT_VIEW_HEADS_UP = 1 << 2; field in NotificationContentInflater
312 case FLAG_CONTENT_VIEW_HEADS_UP: in freeNotificationView()
315 mCachedContentViews.remove(FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
358 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0 && result.newHeadsUpView != null) { in inflateSmartReplyViews()
382 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in createRemoteViews()
463 flag = FLAG_CONTENT_VIEW_HEADS_UP; in apply()
468 cachedContentViews.get(FLAG_CONTENT_VIEW_HEADS_UP)); in apply()
711 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in finishIfDone()
714 cachedContentViews.put(FLAG_CONTENT_VIEW_HEADS_UP, result.newHeadsUpView); in finishIfDone()
[all …]
DExpandableNotificationRow.java21 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
486 case FLAG_CONTENT_VIEW_HEADS_UP: in freeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java21 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
106 if ((inflatedFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0) { in showAlertingView()
114 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/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java22 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
250 row.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, true /* shouldInflate */); in updateNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java22 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
132 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, in testInflationOnlyInflatesSetFlags()
DExpandableNotificationRowTest.java22 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;
151 row.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in testFreeContentViewWhenSafe()