Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_lanes_layout_algorithm.cpp162std::optional<float>& maxLaneLength, int32_t lanes, std::optional<float> crossSizeOptional, float … in CalculateLanesParam()
252 std::optional<float>& minLaneLength, std::optional<float>& maxLaneLength, float crossSize) in ModifyLaneLength()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Drender_list_item_group.h37 double maxLaneLength; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/list/
Dlist_test_ng.cpp2169 float maxLaneLength = 480.f; variable