Searched refs:smartReplyView (Results 1 – 3 of 3) sorted by relevance
130 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) in inflateSmartReplyState() constant133 smartReplyView.setSmartRepliesGeneratedByAssistant(smartReplies?.fromAssistant ?: false) in inflateSmartReplyState()137 smartReplyView, in inflateSmartReplyState()153 smartReplyView, in inflateSmartReplyState()164 smartReplyView, in inflateSmartReplyState()413 smartReplyView: SmartReplyView, in inflateReplyButton()440 smartReplyView.hideSmartSuggestions() in inflateReplyButton()
25 val smartReplyView: SmartReplyView?, constant in com.android.systemui.statusbar.policy.InflatedSmartReplyViewHolder
1472 SmartReplyView smartReplyView = null; in applySmartReplyView() local1475 smartReplyView = inflatedSmartReplyViewHolder.getSmartReplyView(); in applySmartReplyView()1476 smartReplyContainer.addView(smartReplyView, index); in applySmartReplyView()1478 if (smartReplyView != null) { in applySmartReplyView()1479 smartReplyView.resetSmartSuggestions(smartReplyContainer); in applySmartReplyView()1480 smartReplyView.addPreInflatedButtons( in applySmartReplyView()1485 smartReplyView.setBackgroundTintColor(backgroundColor, colorized); in applySmartReplyView()1488 return smartReplyView; in applySmartReplyView()