Searched refs:newLayers (Results 1 – 3 of 3) sorted by relevance
39 void LayerLifecycleManager::addLayers(std::vector<std::unique_ptr<RequestedLayerState>> newLayers) { in addLayers() argument40 if (newLayers.empty()) { in addLayers()45 for (auto& newLayer : newLayers) { in addLayers()231 std::vector<std::unique_ptr<RequestedLayerState>> newLayers; in applyTransactions() local232 newLayers.emplace_back( in applyTransactions()234 RequestedLayerState* backgroundLayer = newLayers.back().get(); in applyTransactions()242 addLayers({std::move(newLayers)}); in applyTransactions()
47 std::vector<std::unique_ptr<frontend::RequestedLayerState>> newLayers; member
2440 update.newLayers = std::move(mNewLayers); in updateLayerSnapshots()2448 mLayerLifecycleManager.addLayers(std::move(update.newLayers)); in updateLayerSnapshots()9573 update.newLayers = std::move(mNewLayers); in flushLifecycleUpdates()