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

AlphaImageView

public class AlphaImageView extends android.widget.ImageView
An ImageView which does not have overlapping renderings commands and therefore does not need a layer when alpha is changed.

Fields Summary
Constructors Summary
public AlphaImageView(android.content.Context context)

        super(context);
    
public AlphaImageView(android.content.Context context, android.util.AttributeSet attrs)

        super(context, attrs);
    
public AlphaImageView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

        super(context, attrs, defStyleAttr);
    
public AlphaImageView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

        super(context, attrs, defStyleAttr, defStyleRes);
    
Methods Summary
public booleanhasOverlappingRendering()

        return false;