Searched refs:smartReplyView (Results 1 – 3 of 3) sorted by relevance
144 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) regex147 smartReplyView.setSmartRepliesGeneratedByAssistant(smartReplies?.fromAssistant ?: false)151 smartReplyView,167 smartReplyView,178 smartReplyView,472 smartReplyView: SmartReplyView,503 smartReplyView.hideSmartSuggestions()
25 val smartReplyView: SmartReplyView?,
1594 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;