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/
DNotificationContentView.java83 private SmartReplyView mExpandedSmartReplyView; field in NotificationContentView
189 if (mExpandedSmartReplyView != null) { in onMeasure()
190 notificationMaxHeight += mExpandedSmartReplyView.getHeightUpperLimit(); in onMeasure()
889 if (mExpandedSmartReplyView != null) { in setBackgroundTintColor()
890 mExpandedSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
1359 mExpandedSmartReplyView = in applySmartReplyView()
1361 if (mExpandedSmartReplyView != null && remoteInput != null in applySmartReplyView()