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/row/
DNotificationContentInflater.java375 result.newContentView = createContentView(builder, isLowPriority, usesIncreasedHeight); in createRemoteViews()
417 !canReapplyRemoteView(result.newContentView, in apply()
427 return result.newContentView; in apply()
562 RemoteViews newContentView = applyCallback.getRemoteView(); in applyRemoteView() local
566 View v = newContentView.apply( in applyRemoteView()
573 newContentView.reapply( in applyRemoteView()
616 newView = newContentView.apply( in applyRemoteView()
621 newContentView.reapply( in applyRemoteView()
638 cancellationSignal = newContentView.applyAsync( in applyRemoteView()
645 cancellationSignal = newContentView.reapplyAsync( in applyRemoteView()
[all …]