Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java299 && result.newExpandedView != null; in inflateSmartReplyViews()
360 setRemoteViewsInflaterFactory(result.newExpandedView, in setNotifsViewsInflaterFactory()
415 if (result.newExpandedView != null) { in apply()
417 !canReapplyRemoteView(result.newExpandedView, in apply()
428 return result.newExpandedView; in apply()
733 result.newExpandedView); in finishIfDone()
734 } else if (result.newExpandedView == null) { in finishIfDone()
739 result.newExpandedView); in finishIfDone()
741 if (result.newExpandedView != null) { in finishIfDone()
747 row.setExpandable(result.newExpandedView != null); in finishIfDone()
[all …]