Home
last modified time | relevance | path

Searched refs:GetChildrenHead (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_group_unit_test.cpp69 EXPECT_EQ(view, viewGroup_->GetChildrenHead());
121 EXPECT_EQ(nullptr, viewGroup_->GetChildrenHead());
144 EXPECT_EQ(nullptr, viewGroup_->GetChildrenHead());
385 UIView* label = group->GetChildrenHead();
407 UIView* label = group->GetChildrenHead();
439 UIView* label = group->GetChildrenHead();
463 UIView* label = group->GetChildrenHead();
H A Dui_swipe_view_unit_test.cpp106 EXPECT_EQ(view, swipeView_->GetChildrenHead());
164 EXPECT_EQ(nullptr, swipeView_->GetChildrenHead());
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dstack_tdd_test.cpp89 EXPECT_TRUE((stackView != nullptr) && (stackView->GetChildrenHead() == nullptr)); in ComponentStackTest001()
121 EXPECT_TRUE((stackView != nullptr) && (stackView->GetChildrenHead() != nullptr)); in ComponentStackTest002()
160 UIView *childView1 = stackView->GetChildrenHead(); in ComponentStackTest003()
207 UIView *childView = stackView->GetChildrenHead(); in ComponentStackTest004()
255 UIView *childView = stackView->GetChildrenHead(); in ComponentStackTest005()
303 UIView *childView = stackView->GetChildrenHead(); in ComponentStackTest006()
H A Djsbundle_tdd_test.cpp142 UILabel *label = reinterpret_cast<UILabel *>(viewGroup->GetChildrenHead()); in CreateElementAttributeLength003()
188 UILabel *label = reinterpret_cast<UILabel *>(viewGroup->GetChildrenHead()); in CreateElementAttributeLength004()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp282 …IImageAnimatorView *animator = reinterpret_cast<UIImageAnimatorView *>(wrapper->GetChildrenHead()); in ImageAnimatorTest001()
311 …IImageAnimatorView *animator = reinterpret_cast<UIImageAnimatorView *>(wrapper->GetChildrenHead()); in ImageAnimatorTest002()
339 …IImageAnimatorView *animator = reinterpret_cast<UIImageAnimatorView *>(wrapper->GetChildrenHead()); in ImageAnimatorTest003()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp183 UIView* view = GetChildrenHead(); in ~UIList()
586 if (GetChildrenHead() == nullptr) { in PushFront()
590 view->SetPosition(0, GetChildrenHead()->GetY() - view->GetHeightWithMargin()); in PushFront()
592 view->SetPosition(GetChildrenHead()->GetX() - view->GetWidthWithMargin(), 0); in PushFront()
606 if (view == GetChildrenHead()) { in PopItem()
627 UIView* view = GetChildrenHead(); in MoveChildByOffset()
744 UIView* child = GetChildrenHead(); in ScrollTo()
759 UIView* child = GetChildrenHead(); in RefreshList()
H A Dui_picker.cpp318 if (itemsHeight_ && (list_.GetChildrenHead() != nullptr) && isWidthSet_ && isHeightSet_) { in RefreshSelected()
322 itemsHeight_ * (index - list_.GetChildrenHead()->GetViewIndex()); in RefreshSelected()
324 list_.ScrollBy(yOffset - list_.GetChildrenHead()->GetY()); in RefreshSelected()
327 UIView* childView = static_cast<UIView*>(list_.GetChildrenHead()); in RefreshSelected()
H A Dui_time_picker.cpp145 picker->GetChildrenHead()->SetViewId(HOUR_LIST_NAME); in InitPicker()
147 picker->GetChildrenHead()->SetViewId(MIN_LIST_NAME); in InitPicker()
149 picker->GetChildrenHead()->SetViewId(SEC_LIST_NAME); in InitPicker()
H A Dui_view_group.cpp299 …} else if (child->IsViewGroup() && static_cast<UIViewGroup*>(child)->GetChildrenHead() != nullptr)… in GetChildById()
300 child = static_cast<UIViewGroup*>(child)->GetChildrenHead(); in GetChildById()
H A Dui_radio_button.cpp150 UIView* childView = static_cast<UIViewGroup*>(view)->GetChildrenHead(); in FindRadioButtonAndChangeState()
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Droot_view_helper.cpp29 DeleteViewChildren(dynamic_cast<UIViewGroup *>(tempView)->GetChildrenHead()); in DeleteViewChildren()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp207 child = static_cast<UIViewGroup*>(parent)->GetChildrenHead(); in GetNextFocus()
257 UIView* child = current->GetChildrenHead(); in GetNextFocus()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view_group.h160 UIView* GetChildrenHead() const in GetChildrenHead() function
/ohos5.0/foundation/arkui/ui_lite/test/framework/include/
H A Dui_test.h85 DeleteChildren(static_cast<UIViewGroup*>(tempView)->GetChildrenHead()); in DeleteChildren()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp178 zIndexViewGroup->Insert(zIndexViewGroup->GetChildrenHead(), zIndexView); in ClickModifyBtn()
184 zIndexViewGroup->Insert(zIndexViewGroup->GetChildrenHead()->GetNextSibling(), zIndexView); in ClickModifyBtn()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp335 UIView* childView = tmpViewGroup->GetChildrenHead(); in OutputDomTree()
364 UIView* childView = tmpViewGroup->GetChildrenHead(); in DumpJsonById()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.h138 UIView* child = layout->GetChildrenHead(); in Clear()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-container-guide.md47 | UIView\*&nbsp;GetChildrenHead()&nbsp;const | 获取视图头节点 |
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_digital_clock/
H A Dui_test_digital_clock.cpp44 UIView* view = static_cast<UIViewGroup*>(container_)->GetChildrenHead(); in TearDown()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_pillar.cpp61 InnerDeleteChildren(static_cast<UIViewGroup*>(tempView)->GetChildrenHead()); in InnerDeleteChildren()
H A Dui_test_chart_polyline.cpp72 InnerDeleteChildren(static_cast<UIViewGroup*>(tempView)->GetChildrenHead()); in InnerDeleteChildren()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H A Dui_test_ui_swipe_view.cpp432 currentSwipe_->Insert(currentSwipe_->GetChildrenHead(), btn); in OnClick()
434 currentSwipe_->Remove(currentSwipe_->GetChildrenHead()); in OnClick()
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp282 UIView *child = grop.GetChildrenHead(); in GetChildrenSize()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp221 DeleteChildren(static_cast<UIViewGroup*>(tempView)->GetChildrenHead()); in DeleteChildren()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp194 DeleteChildren(static_cast<UIViewGroup*>(tempView)->GetChildrenHead()); in DeleteChildren()

12