Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/taffy/src/compute/grid/
Dexplicit_grid.rs292 let grid_style = (600.0, 600.0, 2, 4).into_grid(); in explicit_grid_sizing_no_repeats() localVariable
313 let grid_style = Style { in explicit_grid_sizing_auto_fill_exact_fit() localVariable
340 let grid_style = Style { in explicit_grid_sizing_auto_fill_non_exact_fit() localVariable
367 let grid_style = Style { in explicit_grid_sizing_auto_fill_min_size_exact_fit() localVariable
394 let grid_style = Style { in explicit_grid_sizing_auto_fill_min_size_non_exact_fit() localVariable
421 let grid_style = Style { in explicit_grid_sizing_auto_fill_multiple_repeated_tracks() localVariable
448 let grid_style = Style { in explicit_grid_sizing_auto_fill_gap() localVariable
476 let grid_style = Style { in explicit_grid_sizing_no_defined_size() localVariable
503 let grid_style = Style { in explicit_grid_sizing_mix_repeated_and_non_repeated() localVariable
531 let grid_style = Style { in explicit_grid_sizing_mix_with_padding() localVariable