Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt144 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) regex
147 smartReplyView.setSmartRepliesGeneratedByAssistant(smartReplies?.fromAssistant ?: false)
151 smartReplyView,
167 smartReplyView,
178 smartReplyView,
472 smartReplyView: SmartReplyView,
503 smartReplyView.hideSmartSuggestions()
H A DInflatedSmartReplyViewHolder.kt25 val smartReplyView: SmartReplyView?,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1594 SmartReplyView smartReplyView = null;
1597 smartReplyView = inflatedSmartReplyViewHolder.getSmartReplyView();
1598 smartReplyContainer.addView(smartReplyView, index);
1600 if (smartReplyView != null) {
1601 smartReplyView.resetSmartSuggestions(smartReplyContainer);
1602 smartReplyView.addPreInflatedButtons(
1607 smartReplyView.setBackgroundTintColor(backgroundColor, colorized);
1610 return smartReplyView;