Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaViewWrapper.java25 public class NotificationMediaViewWrapper extends NotificationTemplateViewWrapper { class
27 protected NotificationMediaViewWrapper(Context ctx, View view) { in NotificationMediaViewWrapper() method in NotificationMediaViewWrapper
DNotificationBigMediaNarrowViewWrapper.java25 public class NotificationBigMediaNarrowViewWrapper extends NotificationMediaViewWrapper {
DNotificationViewWrapper.java39 return new NotificationMediaViewWrapper(ctx, v); in wrap()