Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h366 double GetLaneLengthInPx(const Dimension& length);
H A Drender_list.cpp354 double RenderList::GetLaneLengthInPx(const Dimension& length) in GetLaneLengthInPx() function in OHOS::Ace::V2::RenderList
364 minLaneLength_ = GetLaneLengthInPx(laneConstrain.value().first); in ModifyLaneLength()
365 maxLaneLength_ = GetLaneLengthInPx(laneConstrain.value().second); in ModifyLaneLength()