Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java352 && result.newContentView != null; in inflateSmartReplyViews()
389 result.newContentView = createContentView(builder, isMinimized, in createRemoteViews()
442 setRemoteViewsInflaterFactory(result.newContentView, in setNotifsViewsInflaterFactory()
480 !canReapplyRemoteView(result.newContentView, in apply()
490 return result.newContentView; in apply()
682 RemoteViews newContentView = applyCallback.getRemoteView(); in applyRemoteView() local
686 View v = newContentView.apply( in applyRemoteView()
693 newContentView.reapply( in applyRemoteView()
745 newView = newContentView.apply( in applyRemoteView()
750 newContentView.reapply( in applyRemoteView()
[all …]
DNotificationRowContentBinderImpl.kt1125 val newContentView: RemoteViews = applyCallback.remoteView in <lambda>() constant
1130 newContentView.apply( in <lambda>()
1140 newContentView.reapply( in <lambda>()
1212 newContentView.apply( in <lambda>()
1218 newContentView.reapply( in <lambda>()
1246 newContentView.applyAsync( in <lambda>()
1254 newContentView.reapplyAsync( in <lambda>()
/frameworks/base/core/java/android/app/
DNotification.java7298 RemoteViews newContentView = mN.contentView; in build() local
7301 if (newContentView == null) { in build()
7302 newContentView = createContentView(); in build()
7304 newContentView.getSequenceNumber()); in build()
7323 mN.contentView = newContentView; in build()