Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h365 ItemPositionState GetItemPositionState(double curMainPos, double lastItemMainSize);
H A Drender_list.cpp1330 ItemPositionState RenderList::GetItemPositionState(double curMainPos, double lastItemMainSize) in GetItemPositionState() function in OHOS::Ace::V2::RenderList
1408 auto itemPositionState = GetItemPositionState(curMainPos, mainSize + spaceWidth_); in LayoutOrRecycleCurrentItemsForLaneList()