Searched refs:getChildCallback_ (Results 1 – 1 of 1) sorted by relevance
135 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