Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1382 applyExternalSmartReplyState(mContractedChild, state); in applySmartReplyView()
1385 applyExternalSmartReplyState(mExpandedChild, state); in applySmartReplyView()
1407 applyExternalSmartReplyState(mHeadsUpChild, state); in applySmartReplyView()
1415 private void applyExternalSmartReplyState(View view, InflatedSmartReplyState state) { in applyExternalSmartReplyState() method in NotificationContentView