FileDocCategorySizeDatePackage
AlphaOptimizedLinearLayout.javaAPI DocAndroid 5.1 API1614Thu Mar 12 22:22:42 GMT 2015com.android.keyguard

AlphaOptimizedLinearLayout

public class AlphaOptimizedLinearLayout extends android.widget.LinearLayout
A linear layout which does not have overlapping renderings commands and therefore does not need a layer when alpha is changed.

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

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

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

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

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

        return false;