Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java387 result.newPublicView = builder.makePublicContentView(); in createRemoteViews()
492 !canReapplyRemoteView(result.newPublicView, in apply()
502 return result.newPublicView; in apply()
732 cachedContentViews.put(FLAG_CONTENT_VIEW_PUBLIC, result.newPublicView); in finishIfDone()
734 cachedContentViews.put(FLAG_CONTENT_VIEW_PUBLIC, result.newPublicView); in finishIfDone()
978 private RemoteViews newPublicView; field in NotificationContentInflater.InflationProgress