Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java106 private InflatedSmartReplies mExpandedInflatedSmartReplies; field in NotificationContentView
1214 if (mExpandedInflatedSmartReplies == null && mHeadsUpInflatedSmartReplies == null) {
1225 mCurrentSmartRepliesAndActions = mExpandedInflatedSmartReplies != null
1226 ? mExpandedInflatedSmartReplies.getSmartRepliesAndActions()
1405 entry, mExpandedInflatedSmartReplies); in applySmartReplyView()
1481 mExpandedInflatedSmartReplies = inflatedSmartReplies; in setExpandedInflatedSmartReplies()