Searched refs:newContentView (Results 1 – 3 of 3) sorted by relevance
352 && 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() local686 View v = newContentView.apply( in applyRemoteView()693 newContentView.reapply( in applyRemoteView()745 newView = newContentView.apply( in applyRemoteView()750 newContentView.reapply( in applyRemoteView()[all …]
1125 val newContentView: RemoteViews = applyCallback.remoteView in <lambda>() constant1130 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>()
7298 RemoteViews newContentView = mN.contentView; in build() local7301 if (newContentView == null) { in build()7302 newContentView = createContentView(); in build()7304 newContentView.getSequenceNumber()); in build()7323 mN.contentView = newContentView; in build()