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.java89 private SmartReplyView mExpandedSmartReplyView; field in NotificationContentView
199 if (mExpandedSmartReplyView != null) { in onMeasure()
200 notificationMaxHeight += mExpandedSmartReplyView.getHeightUpperLimit(); in onMeasure()
858 if (mExpandedSmartReplyView != null) { in setBackgroundTintColor()
859 mExpandedSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
1292 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, smartRepliesAndActions,
1294 if (mExpandedSmartReplyView != null) {
1371 mExpandedSmartReplyView = null;