Home
last modified time | relevance | path

Searched defs:viewGroup (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_unit_test.cpp162 UIViewGroup* viewGroup = new UIViewGroup(); variable
437 UIViewGroup* viewGroup = new UIViewGroup(); variable
480 UIViewGroup* viewGroup = new UIViewGroup(); variable
524 UIViewGroup* viewGroup = new UIViewGroup(); variable
571 UIViewGroup* viewGroup = new UIViewGroup(); variable
614 UIViewGroup* viewGroup = new UIViewGroup(); variable
658 UIViewGroup* viewGroup = new UIViewGroup(); variable
705 UIViewGroup* viewGroup = new UIViewGroup(); variable
853 UIViewGroup* viewGroup = new UIViewGroup(); variable
892 UIViewGroup* viewGroup = new UIViewGroup(); variable
[all …]
H A Dui_view_group_unit_test.cpp173 UIViewGroup* viewGroup = new UIViewGroup(); variable
190 UIViewGroup* viewGroup = new UIViewGroup(); variable
238 UIViewGroup* viewGroup = new UIViewGroup(); variable
273 UIViewGroup* viewGroup = new UIViewGroup(); variable
320 UIViewGroup* viewGroup = new UIViewGroup(); variable
347 UIViewGroup* viewGroup = new UIViewGroup(); variable
H A Dui_canvas_unit_test.cpp264 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(rootView); variable
292 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(rootView); variable
870 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(rootView); variable
909 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(rootView); variable
963 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(rootView); variable
1013 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(rootView); variable
1065 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(rootView); variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp202 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(view); in GetTargetView() local
247 UIViewGroup* viewGroup = static_cast<UIViewGroup*>(view); in GetTargetView() local
346 UIViewGroup* viewGroup = reinterpret_cast<UIViewGroup*>(targetView->GetParent()); in RemoveRenderView() local
377 UIViewGroup* viewGroup = reinterpret_cast<UIViewGroup*>(targetView->GetParent()); in UpdateRenderView() local
457 UIViewGroup* viewGroup = reinterpret_cast<UIViewGroup*>(anchorView->GetParent()); in InsertRenderView() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
H A Dui_test_focus_manager.cpp89 SetGroupInterceptOnClickListener(UIViewGroup* viewGroup, bool intercept) in SetGroupInterceptOnClickListener()
109 … explicit SetGroupInterceptFalseOnClickListener(UIViewGroup* viewGroup) : viewGroup_(viewGroup) {} in SetGroupInterceptFalseOnClickListener()
264 UIViewGroup* viewGroup = new UIViewGroup(); in CreateTestUIViewGroup() local
281 UIViewGroup* viewGroup = CreateTestUIViewGroup(container_, true, false); in UIKitFocusManagerTest001() local
317 void UITestFocusManager::CreateLabels(UIViewGroup* viewGroup, UIViewGroup* viewGroup1) in CreateLabels()
397 …n* UITestFocusManager::SetUpButton(const char* title, int16_t x, int16_t y, UIViewGroup* viewGroup, in SetUpButton()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_percent/
H A Dui_test_view_percent.h69 UIViewGroup* viewGroup = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtabs_component.cpp81 UIViewGroup* viewGroup = list_->Front(); in ReleaseNativeViews() local
104 UIViewGroup* viewGroup = nullptr; in ProcessChildren() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_texture_mapper/
H A Dui_test_texture_mapper.h29 explicit TestTextureMapperStopListener(UIViewGroup* viewGroup) in TestTextureMapperStopListener()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Djsbundle_tdd_test.cpp69 …UIViewGroup *viewGroup = reinterpret_cast<UIViewGroup *>(ComponentUtils::GetViewFromBindingObject(… in CreateElementAttributeLength001() local
134 …UIViewGroup *viewGroup = reinterpret_cast<UIViewGroup *>(ComponentUtils::GetViewFromBindingObject(… in CreateElementAttributeLength003() local
180 …UIViewGroup *viewGroup = reinterpret_cast<UIViewGroup *>(ComponentUtils::GetViewFromBindingObject(… in CreateElementAttributeLength004() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_image_animator/
H A Dui_test_image_animator.h29 explicit TestAnimatorStopListener(UIViewGroup* viewGroup) : viewGroup_(viewGroup) in TestAnimatorStopListener()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.h30 explicit TestUISliderEventListener(UIViewGroup* viewGroup) in TestUISliderEventListener()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_clip/
H A Dui_test_clip.cpp126 UIViewGroup* viewGroup = new UIViewGroup(); in CreateImageView() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp247 bool FocusManager::GetNextFocus(UIView* focusedView, UIView*& candidate, UIViewGroup* viewGroup, ui… in GetNextFocus()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp366 OHOS::UIViewGroup* viewGroup = new UIViewGroup(); in UIKitRadioButtonTest002() local