/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view_group.cpp | 95 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 D | ui_swipe_view.cpp | 244 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 D | ui_list.cpp | 185 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 D | ui_radio_button.cpp | 153 childView = childView->GetNextSibling(); in FindRadioButtonAndChangeState()
|
/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | grid_layout.cpp | 32 child = child->GetNextSibling(); in LayoutChildren() 78 child = child->GetNextSibling(); in LayoutHorizontal() 112 child = child->GetNextSibling(); in LayoutVertical()
|
H A D | flex_layout.cpp | 121 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 D | root_view_helper.cpp | 27 view = view->GetNextSibling(); in DeleteViewChildren()
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | focus_manager.cpp | 210 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 D | component_utils.cpp | 64 child = const_cast<Component *>(child->GetNextSibling()); in ReleaseComponents()
|
H A D | component.cpp | 1761 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 D | ui_test.h | 83 view = view->GetNextSibling(); in DeleteChildren()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_image_unit_test.cpp | 311 EXPECT_EQ(imageView_->GetNextSibling(), nullptr); in HWTEST_F() 313 EXPECT_NE(imageView_->GetNextSibling(), nullptr); in HWTEST_F()
|
H A D | ui_swipe_view_unit_test.cpp | 137 EXPECT_EQ(view, preView->GetNextSibling()); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_extened.h | 190 ArkUI_NodeHandle GetNextSibling(ArkUI_NodeHandle node);
|
H A D | native_impl.cpp | 70 OHOS::Ace::NodeModel::GetNextSibling,
|
/foundation/arkui/ui_lite/test/uitest/test_layout/ |
H A D | ui_test_advanced_layout.h | 141 child = child->GetNextSibling(); in Clear()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 153 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 D | ui_dump_dom_tree.cpp | 338 childView = childView->GetNextSibling(); in OutputDomTree() 367 childView = childView->GetNextSibling(); in DumpJsonById()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.h | 55 static ArkUINativeModuleValue GetNextSibling(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/arkui/ui_lite/test/uitest/test_chart/ |
H A D | ui_test_chart_pillar.cpp | 59 view = view->GetNextSibling(); in InnerDeleteChildren()
|
/foundation/arkui/ui_lite/test/uitest/test_digital_clock/ |
H A D | ui_test_digital_clock.cpp | 47 view = view->GetNextSibling(); in TearDown()
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | node_extened_test.cpp | 572 * @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 D | ui_test_view_zindex.cpp | 184 zIndexViewGroup->Insert(zIndexViewGroup->GetChildrenHead()->GetNextSibling(), zIndexView); in ClickModifyBtn()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | stack_tdd_test.cpp | 163 UIView *childView2 = childView1->GetNextSibling(); in ComponentStackTest003()
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.cpp | 286 child = child->GetNextSibling(); in GetChildrenSize()
|