Home
last modified time | relevance | path

Searched refs:GetNextSibling (Results 1 - 25 of 39) sorted by relevance

12

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp95 UIView* nextView = prevView->GetNextSibling(); in Insert()
124 childrenHead_ = childrenHead_->GetNextSibling(); in Remove()
135 while (node->GetNextSibling() != nullptr) { in Remove()
136 if (node->GetNextSibling() == view) { in Remove()
138 node->SetNextSibling(view->GetNextSibling()); in Remove()
148 node = node->GetNextSibling(); in Remove()
163 node = node->GetNextSibling(); in RemoveAll()
261 view = view->GetNextSibling(); in GetAllChildRelativeRect()
271 view = view->GetNextSibling(); in GetAllChildRelativeRect()
302 } else if (child->GetNextSibling() ! in GetChildById()
[all...]
H A Dui_swipe_view.cpp244 child = child->GetNextSibling(); in GetViewByIndex()
319 UIView* next = childrenHead_->GetNextSibling(); in SortChild()
336 next = next->GetNextSibling(); in SortChild()
388 view = view->GetNextSibling(); in pfnGetWidthOrHeight()
549 view = view->GetNextSibling(); in CalculateInvalidate()
H A Dui_list.cpp185 UIView* tmp = view->GetNextSibling(); in ~UIList()
556 child = child->GetNextSibling(); in GetSelectView()
704 view = view->GetNextSibling(); in MoveChildByOffset()
748 child = child->GetNextSibling(); in ScrollTo()
772 child = child->GetNextSibling(); in RefreshList()
903 targetView = targetView->GetNextSibling(); in FixHorDistance()
926 targetView = targetView->GetNextSibling(); in FixVerDistance()
H A Dui_radio_button.cpp153 childView = childView->GetNextSibling(); in FindRadioButtonAndChangeState()
/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp32 child = child->GetNextSibling(); in LayoutChildren()
78 child = child->GetNextSibling(); in LayoutHorizontal()
112 child = child->GetNextSibling(); in LayoutVertical()
H A Dflex_layout.cpp121 child = child->GetNextSibling(); in CalValidLength()
145 child = child->GetNextSibling(); in CalRowCount()
181 child = child->GetNextSibling(); in GetRowMaxHeight()
218 child = child->GetNextSibling(); in GetRowsWidth()
305 child = child->GetNextSibling(); in LayoutHorizontal()
335 child = child->GetNextSibling(); in CalColumnCount()
369 child = child->GetNextSibling(); in GetColumnMaxWidth()
406 child = child->GetNextSibling(); in GetColumnsHeight()
493 child = child->GetNextSibling(); in LayoutVertical()
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Droot_view_helper.cpp27 view = view->GetNextSibling(); in DeleteViewChildren()
/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp210 child = child->GetNextSibling(); in GetNextFocus()
222 child = child->GetNextSibling(); in GetNextFocus()
261 child = child->GetNextSibling(); in GetNextFocus()
271 child = child->GetNextSibling(); in GetNextFocus()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_utils.cpp64 child = const_cast<Component *>(child->GetNextSibling()); in ReleaseComponents()
H A Dcomponent.cpp1761 while ((temp != nullptr) && (temp->GetNextSibling() != nullptr)) { in AddChild()
1766 temp = const_cast<Component *>(temp->GetNextSibling()); in AddChild()
1787 Component *next = const_cast<Component *>(childHead_->GetNextSibling()); in RemoveChild()
1798 if (temp->GetNextSibling() == childNode) { in RemoveChild()
1802 temp = const_cast<Component *>(temp->GetNextSibling()); in RemoveChild()
1809 temp->SetNextSibling(childNode->GetNextSibling()); in RemoveChild()
1865 child = const_cast<Component *>(child->GetNextSibling()); in BuildViewTree()
/foundation/arkui/ui_lite/test/framework/include/
H A Dui_test.h83 view = view->GetNextSibling(); in DeleteChildren()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp311 EXPECT_EQ(imageView_->GetNextSibling(), nullptr); in HWTEST_F()
313 EXPECT_NE(imageView_->GetNextSibling(), nullptr); in HWTEST_F()
H A Dui_swipe_view_unit_test.cpp137 EXPECT_EQ(view, preView->GetNextSibling()); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_extened.h190 ArkUI_NodeHandle GetNextSibling(ArkUI_NodeHandle node);
H A Dnative_impl.cpp70 OHOS::Ace::NodeModel::GetNextSibling,
/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.h141 child = child->GetNextSibling(); in Clear()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp153 ArkUINodeHandle GetNextSibling(ArkUINodeHandle node, ArkUI_Bool isExpanded) in GetNextSibling() function
556 GetChildrenCount, GetChild, GetFirst, GetNextSibling, GetPreviousSibling, GetParent, GetIdByNodePtr, in GetFrameNodeModifier()
571 GetChildrenCount, GetChild, GetFirst, GetNextSibling, GetPreviousSibling, GetParent, GetIdByNodePtr, in GetCJUIFrameNodeModifier()
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp338 childView = childView->GetNextSibling(); in OutputDomTree()
367 childView = childView->GetNextSibling(); in DumpJsonById()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.h55 static ArkUINativeModuleValue GetNextSibling(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_pillar.cpp59 view = view->GetNextSibling(); in InnerDeleteChildren()
/foundation/arkui/ui_lite/test/uitest/test_digital_clock/
H A Dui_test_digital_clock.cpp47 view = view->GetNextSibling(); in TearDown()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnode_extened_test.cpp572 * @tc.desc: Test GetNextSibling function.
577 ArkUI_NodeHandle node = GetNextSibling(nullptr); in HWTEST_F()
581 node = GetNextSibling(nodeHandle); in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp184 zIndexViewGroup->Insert(zIndexViewGroup->GetChildrenHead()->GetNextSibling(), zIndexView); in ClickModifyBtn()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dstack_tdd_test.cpp163 UIView *childView2 = childView1->GetNextSibling(); in ComponentStackTest003()
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp286 child = child->GetNextSibling(); in GetChildrenSize()

Completed in 19 milliseconds

12