Searched refs:smartReplyView (Results 1 – 3 of 3) sorted by relevance
144 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) in inflateSmartReplyState() constant147 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()
25 val smartReplyView: SmartReplyView?, constant in com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder
1702 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;