Home
last modified time | relevance | path

Searched refs:SetListItemIndex (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list.h86 static void SetListItemIndex(JSRef<JSObject> listItemInfo, ListItemIndex indexInfo);
H A Djs_list.cpp634 SetListItemIndex(startInfo, start); in ScrollVisibleContentChangeCallback()
638 SetListItemIndex(endInfo, end); in ScrollVisibleContentChangeCallback()
650 void JSList::SetListItemIndex(JSRef<JSObject> listItemInfo, ListItemIndex indexInfo) in SetListItemIndex() function in OHOS::Ace::Framework::JSList
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.h429 static void SetListItemIndex(const LayoutWrapper* groupLayoutWrapper,
H A Dlist_layout_algorithm.h443 static void SetListItemIndex(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index);
H A Dlist_item_group_layout_algorithm.cpp1095 SetListItemIndex(layoutWrapper, wrapper, pos.first); in LayoutListItem()
1269 void ListItemGroupLayoutAlgorithm::SetListItemIndex(const LayoutWrapper* groupLayoutWrapper, in SetListItemIndex() function in OHOS::Ace::NG::ListItemGroupLayoutAlgorithm
1478 SetListItemIndex(layoutWrapper, wrapper, pos.first); in LayoutCacheItem()
H A Dlist_layout_algorithm.cpp1419 SetListItemIndex(wrapper, index); in LayoutItem()
1706 void ListLayoutAlgorithm::SetListItemIndex(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t inde… in SetListItemIndex() function in OHOS::Ace::NG::ListLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp980 Local<panda::ObjectRef> SetListItemIndex(const EcmaVM* vm, const ListItemIndex indexInfo) in SetListItemIndex() function
1018 auto startParam = SetListItemIndex(vm, start); in SetOnScrollVisibleContentChange()
1019 auto endParam = SetListItemIndex(vm, end); in SetOnScrollVisibleContentChange()