Lines Matching defs:layer
48 LayerHierarchy::LayerHierarchy(RequestedLayerState* layer) : mLayer(layer) {} in LayerHierarchy()
205 for (auto& layer : layers) { in init() local
209 for (const auto& layer : layers) { in init() local
217 auto layer = hierarchy->mLayer; in attachToParent() local
241 auto layer = hierarchy->mLayer; in attachToRelativeParent() local
296 void LayerHierarchyBuilder::onLayerAdded(RequestedLayerState* layer) { in onLayerAdded()
313 void LayerHierarchyBuilder::onLayerDestroyed(RequestedLayerState* layer) { in onLayerDestroyed()
343 void LayerHierarchyBuilder::updateMirrorLayer(RequestedLayerState* layer) { in updateMirrorLayer()
369 for (auto& layer : layers) { in doUpdate() local
376 for (auto& layer : layers) { in doUpdate() local
404 for (auto& layer : destroyedLayers) { in doUpdate() local