Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp248 int32_t ListLanesLayoutAlgorithm::CalculateLanesParam(std::optional<float>& minLaneLength, in CalculateLanesParam()
335 std::optional<float>& minLaneLength, std::optional<float>& maxLaneLength, float crossSize) in ModifyLaneLength()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_attr_test_ng.cpp694 const float minLaneLength = LIST_WIDTH / 2 - 1; variable