Home
last modified time | relevance | path

Searched defs:set_final_layout (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/tree/
Dtraits.rs225 fn set_final_layout(&mut self, node_id: NodeId, layout: &Layout); in set_final_layout() method
Dtaffy_tree.rs517 fn set_final_layout(&mut self, node_id: NodeId, layout: &Layout) { in set_final_layout() function
/external/rust/android-crates-io/crates/taffy/examples/
Dcustom_tree_owned_unsafe.rs242 fn set_final_layout(&mut self, node_id: NodeId, layout: &Layout) { in set_final_layout() method
Dcustom_tree_vec.rs251 fn set_final_layout(&mut self, node_id: NodeId, layout: &Layout) { in set_final_layout() method