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.java117 private SmartReplyView mHeadsUpSmartReplyView; field in NotificationContentView
322 if (mHeadsUpSmartReplyView != null) { in onMeasure()
323 maxHeight += mHeadsUpSmartReplyView.getHeightUpperLimit(); in onMeasure()
982 if (mHeadsUpSmartReplyView != null) { in setBackgroundTintColor()
983 mHeadsUpSmartReplyView.setBackgroundTintColor(color, colorized); in setBackgroundTintColor()
1637 mHeadsUpSmartReplyView = applySmartReplyView(mHeadsUpChild, mCurrentSmartReplyState,
1747 mHeadsUpSmartReplyView = null;
2291 if (mHeadsUpSmartReplyView != null) {
2294 mHeadsUpSmartReplyView.dump(pw);