Searched refs:newContentView (Results 1 – 2 of 2) sorted by relevance
274 && 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 …]
6510 RemoteViews newContentView = mN.contentView; in build() local6513 if (newContentView == null) { in build()6514 newContentView = createContentView(); in build()6516 newContentView.getSequenceNumber()); in build()6535 mN.contentView = newContentView; in build()