Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java178 result.newAmbientView = redactAmbient ? builder.makePublicAmbientNotification() in createRemoteViews()
291 !compareRemoteViews(result.newAmbientView, entry.cachedAmbientContentView); in apply()
300 return result.newAmbientView; in apply()
457 entry.cachedAmbientContentView = result.newAmbientView; in finishIfDone()
650 private RemoteViews newAmbientView; field in NotificationInflater.InflationProgress