Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java274 && result.newContentView != null; in inflateSmartReplyViews()
350 return result.newContentView; in apply()
467 View v = newContentView.apply( in applyRemoteView()
474 newContentView.reapply( in applyRemoteView()
517 newView = newContentView.apply( in applyRemoteView()
522 newContentView.reapply( in applyRemoteView()
539 cancellationSignal = newContentView.applyAsync( in applyRemoteView()
546 cancellationSignal = newContentView.reapplyAsync( in applyRemoteView()
586 result.newContentView); in finishIfDone()
591 result.newContentView); in finishIfDone()
[all …]
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java6510 RemoteViews newContentView = mN.contentView; in build() local
6513 if (newContentView == null) { in build()
6514 newContentView = createContentView(); in build()
6516 newContentView.getSequenceNumber()); in build()
6535 mN.contentView = newContentView; in build()