Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java92 private SmartReplyView mHeadsUpSmartReplyView; field in NotificationContentView
260 if (mHeadsUpSmartReplyView != null) { in onMeasure()
261 maxHeight += mHeadsUpSmartReplyView.getHeightUpperLimit(); in onMeasure()
929 if (mHeadsUpSmartReplyView != null) { in setBackgroundTintColor()
930 mHeadsUpSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
1409 mHeadsUpSmartReplyView = applySmartReplyView(mHeadsUpChild, smartRepliesAndActions,
1480 mHeadsUpSmartReplyView = null;