Searched refs:FLAG_CONTENT_VIEW_HEADS_UP (Results 1 – 7 of 7) sorted by relevance
74 FLAG_CONTENT_VIEW_HEADS_UP,93 public static final int FLAG_CONTENT_VIEW_HEADS_UP = 1 << 2; field in NotificationContentInflater312 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 …]
21 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;486 case FLAG_CONTENT_VIEW_HEADS_UP: in freeContentViewWhenSafe()
21 …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()
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()
22 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;250 row.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, true /* shouldInflate */); in updateNotification()
22 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;132 mNotificationInflater.updateInflationFlag(FLAG_CONTENT_VIEW_HEADS_UP, in testInflationOnlyInflatesSetFlags()
22 …android.systemui.statusbar.notification.row.NotificationContentInflater.FLAG_CONTENT_VIEW_HEADS_UP;151 row.freeContentViewWhenSafe(FLAG_CONTENT_VIEW_HEADS_UP); in testFreeContentViewWhenSafe()