Home
last modified time | relevance | path

Searched refs:ModifyLaneLength (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.h68 static void ModifyLaneLength(
H A Dlist_lanes_layout_algorithm.cpp274 ModifyLaneLength(minLaneLength, maxLaneLength, crossSize); in CalculateLanesParam()
334 void ListLanesLayoutAlgorithm::ModifyLaneLength( in ModifyLaneLength() function in OHOS::Ace::NG::ListLanesLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h364 void ModifyLaneLength(const std::optional<std::pair<Dimension, Dimension>>& laneConstrain);
H A Drender_list.cpp362 void RenderList::ModifyLaneLength(const std::optional<std::pair<Dimension, Dimension>>& laneConstra… in ModifyLaneLength() function in OHOS::Ace::V2::RenderList
408 ModifyLaneLength(laneConstrain); in CalculateLanes()