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.java90 private SmartReplyView mHeadsUpSmartReplyView; field in NotificationContentView
252 if (mHeadsUpSmartReplyView != null) { in onMeasure()
253 maxHeight += mHeadsUpSmartReplyView.getHeightUpperLimit(); in onMeasure()
861 if (mHeadsUpSmartReplyView != null) { in setBackgroundTintColor()
862 mHeadsUpSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
1315 mHeadsUpSmartReplyView = applySmartReplyView(mHeadsUpChild, smartRepliesAndActions,
1386 mHeadsUpSmartReplyView = null;