Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java109 private SmartReplyView mExpandedSmartReplyView; field in NotificationContentView
256 if (mExpandedSmartReplyView != null) { in onMeasure()
257 notificationMaxHeight += mExpandedSmartReplyView.getHeightUpperLimit(); in onMeasure()
924 if (mExpandedSmartReplyView != null) { in setBackgroundTintColor()
925 mExpandedSmartReplyView.setBackgroundTintColor(color, colorized); in setBackgroundTintColor()
1504 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, mCurrentSmartReplyState,
1506 if (mExpandedSmartReplyView != null) {
1624 mExpandedSmartReplyView = null;
2120 if (mExpandedSmartReplyView != null) {
2123 mExpandedSmartReplyView.dump(pw);