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.java353 result.newPublicView = builder.makePublicContentView(isLowPriority); in createRemoteViews()
453 !canReapplyRemoteView(result.newPublicView, in apply()
463 return result.newPublicView; in apply()
666 cachedContentViews.put(FLAG_CONTENT_VIEW_PUBLIC, result.newPublicView); in finishIfDone()
668 cachedContentViews.put(FLAG_CONTENT_VIEW_PUBLIC, result.newPublicView); in finishIfDone()
888 private RemoteViews newPublicView; field in NotificationContentInflater.InflationProgress