AlphaOptimizedImageViewpublic 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. |
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 boolean | hasOverlappingRendering()
return false;
|
|