Home
last modified time | relevance | path

Searched refs:NotificationMediaViewWrapper (Results 1 – 2 of 2) 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
DNotificationViewWrapper.java36 return new NotificationMediaViewWrapper(ctx, v); in wrap()