Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.h135 getChildCallback_ = std::move(callback); in RegisterGetChildCallback()
140 return getChildCallback_ ? getChildCallback_(ListItemChildType::SWIPER_START) : nullptr; in GetSwiperStartRenderNode()
145 return getChildCallback_ ? getChildCallback_(ListItemChildType::SWIPER_END) : nullptr; in GetSwiperEndRenderNode()
150 return getChildCallback_ ? getChildCallback_(ListItemChildType::ITEM_CHILD) : nullptr; in GetItemChildRenderNode()
198 std::function<RefPtr<RenderNode>(ListItemChildType)> getChildCallback_; variable