Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java168 result.newContentView = createContentView(builder, isLowPriority, usesIncreasedHeight); in createRemoteViews()
205 … boolean isNewView = !canReapplyRemoteView(result.newContentView, entry.cachedContentView); in apply()
214 return result.newContentView; in apply()
339 RemoteViews newContentView = applyCallback.getRemoteView(); in applyRemoteView() local
343 View v = newContentView.apply( in applyRemoteView()
350 newContentView.reapply( in applyRemoteView()
387 newView = newContentView.apply( in applyRemoteView()
392 newContentView.reapply( in applyRemoteView()
408 cancellationSignal = newContentView.applyAsync( in applyRemoteView()
415 cancellationSignal = newContentView.reapplyAsync( in applyRemoteView()
[all …]