Lines Matching refs:layer

25     // Similar to DEVICE, but the layer position may have been asynchronously set
34 // Information about each layer.
36 // unique id per layer.
38 // unique name per layer.
40 // list of children this layer may have. May be empty.
42 // list of layers that are z order relative to this layer.
44 // The type of layer, ex Color, Layer
50 // The layer's z order. Can be z order in layer stack, relative to parent,
51 // or relative to another layer specified in zOrderRelative.
53 // The layer's position on the display.
55 // The layer's requested position.
57 // The layer's size.
59 // The layer's crop in it's own bounds.
61 // The layer's crop in it's parent's bounds.
67 // The layer's actual color.
69 // The layer's requested color.
76 // The layer's actual transform
78 // The layer's requested transform.
80 // The parent layer. This value can be null if there is no parent.
82 // The layer that this layer has a z order relative to. This value can be null.
89 // The layer's composer backend destination frame
91 // The layer's composer backend source crop
93 // The layer's composer backend transform
97 // The layer's composition type
99 // If it's a buffer layer, indicate if the content is protected
103 // A list of barriers that the layer is waiting to update state.
123 // length of the shadow to draw around the layer, it may be set on the
124 // layer or set by a parent layer.
134 // Regions of a layer, where blur should be applied.
139 // Corner radius explicitly set on layer rather than inherited
168 // layer id the barrier is waiting on.