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.java116 private SmartReplyView mExpandedSmartReplyView; field in NotificationContentView
272 if (mExpandedSmartReplyView != null) { in onMeasure()
273 notificationMaxHeight += mExpandedSmartReplyView.getHeightUpperLimit(); in onMeasure()
979 if (mExpandedSmartReplyView != null) { in setBackgroundTintColor()
980 mExpandedSmartReplyView.setBackgroundTintColor(color, colorized); in setBackgroundTintColor()
1612 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, mCurrentSmartReplyState,
1614 if (mExpandedSmartReplyView != null) {
1732 mExpandedSmartReplyView = null;
2297 if (mExpandedSmartReplyView != null) {
2300 mExpandedSmartReplyView.dump(pw);