Home
last modified time | relevance | path

Searched refs:IsViewGroup (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Droot_view_helper.cpp28 if (tempView->IsViewGroup()) { in DeleteViewChildren()
/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp275 if (view->IsViewGroup() && stackCount < COMPONENT_NESTING_DEPTH) { in RemoveViewFromInvalidMap()
363 if (curview->IsViewGroup()) { in OptimizeInvalidMap()
500 if (curView->IsViewGroup() && stackCount < COMPONENT_NESTING_DEPTH) { in MeasureView()
685 if ((curView->IsViewGroup()) && (stackCount < COMPONENT_NESTING_DEPTH)) { in Render()
770 if (currentView->IsViewGroup() && stackCount < COMPONENT_NESTING_DEPTH) { in Render()
798 } else if (!root->IsViewGroup() || (subView == nullptr)) { in Render()
816 } else if (currentView->IsViewGroup()) { in Render()
H A Dui_view_group.cpp196 if (!view->IsViewGroup()) { in GetTargetView()
241 if (!view->IsViewGroup()) { in GetTargetView()
299 } else if (child->IsViewGroup() && static_cast<UIViewGroup*>(child)->GetChildrenHead() != nullptr) { in GetChildById()
H A Dui_radio_button.cpp149 if (view->IsViewGroup()) { in FindRadioButtonAndChangeState()
H A Dui_view.cpp1044 bool UIView::IsViewGroup() const in IsViewGroup() function in OHOS::UIView
/foundation/arkui/ui_lite/test/framework/include/
H A Dui_test.h84 if (tempView->IsViewGroup() && (tempView->GetViewType() != UI_DIGITAL_CLOCK)) { in DeleteChildren()
/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp213 if (child->IsViewGroup()) { in GetNextFocus()
264 if (child->IsViewGroup()) { in GetNextFocus()
/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
H A Dui_test_focus_manager.cpp34 if (view.IsViewGroup()) {
45 if (view.IsViewGroup()) {
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp325 if (view->IsViewGroup()) { in OutputDomTree()
362 if (view->IsViewGroup()) { in DumpJsonById()
/foundation/arkui/ui_lite/test/uitest/test_chart/
H A Dui_test_chart_pillar.cpp60 if (tempView->IsViewGroup()) { in InnerDeleteChildren()
H A Dui_test_chart_polyline.cpp71 if (tempView->IsViewGroup()) { in InnerDeleteChildren()
/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp220 if (tempView->IsViewGroup()) { in DeleteChildren()
/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp193 if (tempView->IsViewGroup()) { in DeleteChildren()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1010 bool IsViewGroup() const;
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.cpp51 if (tempView->IsViewGroup()) { in DeleteChildrenAndListener()

Completed in 12 milliseconds