Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java105 private SmartReplyView mHeadsUpSmartReplyView; field in NotificationContentView
262 if (mHeadsUpSmartReplyView != null) { in onMeasure()
263 maxHeight += mHeadsUpSmartReplyView.getHeightUpperLimit(); in onMeasure()
860 if (mHeadsUpSmartReplyView != null) { in setBackgroundTintColor()
861 mHeadsUpSmartReplyView.setBackgroundTintColor(color, colorized); in setBackgroundTintColor()
1409 mHeadsUpSmartReplyView = applySmartReplyView(mHeadsUpChild, state, in applySmartReplyView()
1519 mHeadsUpSmartReplyView = null; in setHeadsUpInflatedSmartReplies()
1962 if (mHeadsUpSmartReplyView != null) { in dumpSmartReplies()
1965 mHeadsUpSmartReplyView.dump(pw); in dumpSmartReplies()