Searched defs:sibling (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_view_group_unit_test.cpp | 174 UIView* sibling = viewGroup->GetChildrenRenderHead(); in HWTEST_F() local
|
H A D | ui_view_unit_test.cpp | 1195 UIView* sibling = view->GetNextRenderSibling(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_layout_test_ng.cpp | 168 auto sibling = FrameNode::CreateFrameNode("sibling", -1, AceType::MakeRefPtr<LinearLayoutPattern>(true)); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 80 ArkUI_Bool InsertChildAfterInFrameNode(ArkUINodeHandle node, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildAfterInFrameNode() argument 167 auto sibling = parent->GetFrameNodeChildByIndex(index + 1, false, isExpanded); in GetNextSibling() local 184 auto sibling = parent->GetFrameNodeChildByIndex(index - 1, false, isExpanded); in GetPreviousSibling() local
|
H A D | view_model.cpp | 745 auto* sibling = reinterpret_cast<UINode*>(siblingNode); in InsertChildAfter() local 770 auto* sibling = reinterpret_cast<UINode*>(siblingNode); in InsertChildBefore() local
|
H A D | render_node_modifier.cpp | 66 void InsertChildAfter(ArkUINodeHandle node, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildAfter() argument
|
H A D | node_api.cpp | 276 ArkUI_Int32 InsertChildAfter(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildAfter() argument 297 ArkUI_Int32 InsertChildBefore(ArkUINodeHandle parent, ArkUINodeHandle child, ArkUINodeHandle sibling) in InsertChildBefore() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 272 auto sibling = nodePtr(thirdArg->ToNativePointer(vm)->Value()); in InsertChildAfter() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 615 void UIView::SetNextSibling(UIView* sibling) in SetNextSibling() argument
|
Completed in 16 milliseconds