Searched refs:FLAG_CONTENT_VIEW_HEADS_UP (Results 1 – 7 of 7) sorted by relevance
67 FLAG_CONTENT_VIEW_HEADS_UP,85 public static final int FLAG_CONTENT_VIEW_HEADS_UP = 1 << 2; field in NotificationContentInflater292 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 …]
20 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;470 case FLAG_CONTENT_VIEW_HEADS_UP: in freeContentViewWhenSafe()
20 …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()
19 …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()
21 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;130 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, in testInflationOnlyInflatesSetFlags()
22 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;143 row.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in testFreeContentViewWhenSafe()
21 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;260 row.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, true /* shouldInflate */); in updateNotification()