Home
last modified time | relevance | path

Searched refs:as_layout_tree (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/taffy/src/compute/
Dmod.rs309 compute_hidden_layout(&mut taffy.as_layout_tree(), root); in hidden_layout_should_hide_recursively()
/external/rust/android-crates-io/crates/taffy/src/tree/
Dtaffy_tree.rs920 pub(crate) fn as_layout_tree(&mut self) -> impl LayoutPartialTree + CacheTree + '_ { in as_layout_tree() method