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.java224 private void inflateNotificationViews(@InflationFlag int reInflateFlags) { in inflateNotificationViews() argument
232 reInflateFlags &= mInflationFlags; in inflateNotificationViews()
241 reInflateFlags, in inflateNotificationViews()
260 @InflationFlag int reInflateFlags, in inflateNotificationViews() argument
263 InflationProgress result = createRemoteViews(reInflateFlags, builder, mIsLowPriority, in inflateNotificationViews()
266 result = inflateSmartReplyViews(result, reInflateFlags, mRow.getEntry(), in inflateNotificationViews()
272 reInflateFlags, in inflateNotificationViews()
313 @InflationFlag int reInflateFlags, NotificationEntry entry, Context context, in inflateSmartReplyViews() argument
318 if ((reInflateFlags & FLAG_CONTENT_VIEW_EXPANDED) != 0 && result.newExpandedView != null) { in inflateSmartReplyViews()
324 if ((reInflateFlags & FLAG_CONTENT_VIEW_HEADS_UP) != 0 && result.newHeadsUpView != null) { in inflateSmartReplyViews()
[all …]