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.kt130 val smartReplyView = SmartReplyView.inflate(sysuiContext, constants) in inflateSmartReplyState() constant
133 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()
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.java1472 SmartReplyView smartReplyView = null; in applySmartReplyView() local
1475 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()