Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java116 private InflatedSmartReplyState mCurrentSmartReplyState; field in NotificationContentView
1246 if (mCurrentSmartReplyState == null) {
1255 mCurrentSmartReplyState.getSmartActionsList().size(),
1256 mCurrentSmartReplyState.getSmartRepliesList().size()));
1500 applyExternalSmartReplyState(mContractedChild, mCurrentSmartReplyState);
1503 applyExternalSmartReplyState(mExpandedChild, mCurrentSmartReplyState);
1508 mCurrentSmartReplyState.getSmartReplies();
1510 mCurrentSmartReplyState.getSmartActions();
1527 applyExternalSmartReplyState(mHeadsUpChild, mCurrentSmartReplyState);
1651 mCurrentSmartReplyState = smartReplyState;
[all …]