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

AlphaOptimizedImageView

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

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

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

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

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

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

        return false;