Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java369 result.headsUpInflatedSmartReplies = inflater.inflateSmartReplyViewHolder( in inflateSmartReplyViews()
929 result.headsUpInflatedSmartReplies);
1346 private InflatedSmartReplyViewHolder headsUpInflatedSmartReplies;
DNotificationRowContentBinderImpl.kt570 var headsUpInflatedSmartReplies: InflatedSmartReplyViewHolder? = null in <lambda>() variable in com.android.systemui.statusbar.notification.row.InflationProgress
622 result.headsUpInflatedSmartReplies = in <lambda>()
1430 privateLayout.setHeadsUpInflatedSmartReplies(result.headsUpInflatedSmartReplies) in <lambda>()