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.java91 private SmartReplyView mExpandedSmartReplyView; field in NotificationContentView
207 if (mExpandedSmartReplyView != null) { in onMeasure()
208 notificationMaxHeight += mExpandedSmartReplyView.getHeightUpperLimit(); in onMeasure()
926 if (mExpandedSmartReplyView != null) { in setBackgroundTintColor()
927 mExpandedSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
1386 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, smartRepliesAndActions,
1388 if (mExpandedSmartReplyView != null) {
1465 mExpandedSmartReplyView = null;