Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java107 private InflatedSmartReplies mHeadsUpInflatedSmartReplies; field in NotificationContentView
1214 if (mExpandedInflatedSmartReplies == null && mHeadsUpInflatedSmartReplies == null) {
1227 : mHeadsUpInflatedSmartReplies.getSmartRepliesAndActions();
1428 entry, mHeadsUpInflatedSmartReplies); in applySmartReplyView()
1496 mHeadsUpInflatedSmartReplies = inflatedSmartReplies; in setHeadsUpInflatedSmartReplies()