Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java276 && result.newExpandedView != null; in inflateSmartReplyViews()
305 result.newExpandedView = createExpandedView(builder, isLowPriority); in createRemoteViews()
363 if (result.newExpandedView != null) { in apply()
365 !canReapplyRemoteView(result.newExpandedView, in apply()
375 return result.newExpandedView; in apply()
600 result.newExpandedView); in finishIfDone()
601 } else if (result.newExpandedView == null) { in finishIfDone()
606 result.newExpandedView); in finishIfDone()
608 if (result.newExpandedView != null) { in finishIfDone()
614 row.setExpandable(result.newExpandedView != null); in finishIfDone()
[all …]