Searched defs:ListComponent (Results 1 – 6 of 6) sorted by relevance
110 explicit ListComponent() : Component(ARKUI_NODE_LIST) {} in ListComponent() function111 explicit ListComponent(ArkUI_NodeHandle handle) : Component(handle) {} in ListComponent() function
46 std::function<void(std::shared_ptr<ListComponent>, Args...)> change, Args... args) in CreateList()
50 std::function<void(std::shared_ptr<ListComponent>, Args...)> change, Args... args) in CreateList()
70 std::function<void(std::shared_ptr<ListComponent>, Args...)> change, Args... args) in CreateList()