Lines Matching full:layer
16 // Information about each layer.
18 // unique id per layer.
20 // unique name per layer.
22 // list of children this layer may have. May be empty.
24 // list of layers that are z order relative to this layer.
26 // The type of layer, ex Color, Layer
32 // The layer's z order. Can be z order in layer stack, relative to parent,
33 // or relative to another layer specified in zOrderRelative.
35 // The layer's position on the display.
37 // The layer's requested position.
39 // The layer's size.
41 // The layer's crop in it's own bounds.
43 // The layer's crop in it's parent's bounds.
49 // The layer's actual color.
51 // The layer's requested color.
58 // The layer's actual transform
60 // The layer's requested transform.
62 // The parent layer. This value can be null if there is no parent.
64 // The layer that this layer has a z order relative to. This value can be null.
71 // The layer's composer backend destination frame
73 // The layer's composer backend source crop
75 // The layer's composer backend transform
79 // The layer's composition type
81 // If it's a buffer layer, indicate if the content is protected