LayerType Enum

Definition

Specifies the rendering layer type for a view.

public enum LayerType
type LayerType = 
Inheritance
LayerType

Fields

Name Value Description
None 0

Indicates that the view does not have a layer.

Software 1

Uses a software rendering layer.

Hardware 2

Uses a hardware rendering layer.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to