Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java103 private SmartReplyView mExpandedSmartReplyView; field in NotificationContentView
214 if (mExpandedSmartReplyView != null) { in onMeasure()
215 notificationMaxHeight += mExpandedSmartReplyView.getHeightUpperLimit(); in onMeasure()
895 if (mExpandedSmartReplyView != null) { in setBackgroundTintColor()
896 mExpandedSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
1404 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, smartRepliesAndActions, in applySmartReplyView()
1406 if (mExpandedSmartReplyView != null) { in applySmartReplyView()
1483 mExpandedSmartReplyView = null; in setExpandedInflatedSmartReplies()