Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt144 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) in inflateSmartReplyState() constant
147 smartReplyView.setSmartRepliesGeneratedByAssistant(smartReplies?.fromAssistant ?: false) in inflateSmartReplyState()
151 smartReplyView, in inflateSmartReplyState()
167 smartReplyView, in inflateSmartReplyState()
178 smartReplyView, in inflateSmartReplyState()
472 smartReplyView: SmartReplyView, in inflateReplyButton()
503 smartReplyView.hideSmartSuggestions() in inflateReplyButton()
DInflatedSmartReplyViewHolder.kt25 val smartReplyView: SmartReplyView?, constant in com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1702 SmartReplyView smartReplyView = null;
1705 smartReplyView = inflatedSmartReplyViewHolder.getSmartReplyView();
1706 smartReplyContainer.addView(smartReplyView, index);
1708 if (smartReplyView != null) {
1709 smartReplyView.resetSmartSuggestions(smartReplyContainer);
1710 smartReplyView.addPreInflatedButtons(
1715 smartReplyView.setBackgroundTintColor(backgroundColor, colorized);
1718 return smartReplyView;