Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java123 private InflatedSmartReplyState mCurrentSmartReplyState; field in NotificationContentView
1354 if (mCurrentSmartReplyState == null) {
1363 mCurrentSmartReplyState.getSmartActionsList().size(),
1364 mCurrentSmartReplyState.getSmartRepliesList().size()));
1608 applyExternalSmartReplyState(mContractedChild, mCurrentSmartReplyState);
1611 applyExternalSmartReplyState(mExpandedChild, mCurrentSmartReplyState);
1612 mExpandedSmartReplyView = applySmartReplyView(mExpandedChild, mCurrentSmartReplyState,
1616 mCurrentSmartReplyState.getSmartReplies();
1618 mCurrentSmartReplyState.getSmartActions();
1635 applyExternalSmartReplyState(mHeadsUpChild, mCurrentSmartReplyState);
[all …]