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