FileDocCategorySizeDatePackage
NotificationMediaViewWrapper.javaAPI DocAndroid 5.1 API1160Thu Mar 12 22:22:42 GMT 2015com.android.systemui.statusbar

NotificationMediaViewWrapper

public class NotificationMediaViewWrapper extends NotificationTemplateViewWrapper
Wraps a media notification.

Fields Summary
Constructors Summary
protected NotificationMediaViewWrapper(android.content.Context ctx, android.view.View view)

        super(ctx, view);
    
Methods Summary
public voidsetDark(boolean dark, boolean fade, long delay)


        // Only update the large icon, because the rest is already inverted.
        setPictureGrayscale(dark, fade, delay);