Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java242 private void inflateNotificationViews(@InflationFlag int reInflateFlags) { in inflateNotificationViews() argument
250 reInflateFlags &= mInflationFlags; in inflateNotificationViews()
259 reInflateFlags, in inflateNotificationViews()
279 @InflationFlag int reInflateFlags, in inflateNotificationViews() argument
282 InflationProgress result = createRemoteViews(reInflateFlags, builder, mIsLowPriority, in inflateNotificationViews()
285 result = inflateSmartReplyViews(result, reInflateFlags, mRow.getEntry(), in inflateNotificationViews()
291 reInflateFlags, in inflateNotificationViews()
348 @InflationFlag int reInflateFlags, NotificationEntry entry, Context context, in inflateSmartReplyViews() argument
352 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0 && result.newExpandedView != null) { in inflateSmartReplyViews()
358 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0 && result.newHeadsUpView != null) { in inflateSmartReplyViews()
[all …]