Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp362 …d RenderList::ModifyLaneLength(const std::optional<std::pair<Dimension, Dimension>>& laneConstrain) in ModifyLaneLength() argument
364 minLaneLength_ = GetLaneLengthInPx(laneConstrain.value().first); in ModifyLaneLength()
365 maxLaneLength_ = GetLaneLengthInPx(laneConstrain.value().second); in ModifyLaneLength()
384 auto laneConstrain = component_->GetLaneConstrain(); in CalculateLanes() local
388 if (!laneConstrain) { in CalculateLanes()
408 ModifyLaneLength(laneConstrain); in CalculateLanes()
H A Drender_list.h364 void ModifyLaneLength(const std::optional<std::pair<Dimension, Dimension>>& laneConstrain);