Home
last modified time | relevance | path

Searched defs:children (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_child.h31 explicit MultiChild(const std::list<RefPtr<Component>>& children) : children_(children) {} in MultiChild()
45 auto& children = ExpandChildren(); in AddChild() local
61 auto& children = ExpandChildren(); in RemoveChild() local
73 auto& children = ExpandChildren(); in RemoveChildren() local
82 const auto& children = GetChildren(); in Count() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dhorizonprogress_tdd_test.cpp64 jerry_value_t children = jerry_create_null(); in HorizonProgressTest001() local
107 jerry_value_t children = jerry_create_null(); in HorizonProgressTest002() local
150 jerry_value_t children = jerry_create_null(); in HorizonProgressTest003() local
201 jerry_value_t children = jerry_create_null(); in HorizonProgressTest004() local
245 jerry_value_t children = jerry_create_null(); in HorizonProgressTest005() local
290 jerry_value_t children = jerry_create_null(); in HorizonProgressTest006() local
334 jerry_value_t children = jerry_create_null(); in HorizonProgressTest007() local
378 jerry_value_t children = jerry_create_null(); in HorizonProgressTest008() local
425 jerry_value_t children = jerry_create_null(); in HorizonProgressTest009() local
477 jerry_value_t children = jerry_create_null(); in HorizonProgressTest013() local
[all …]
H A Dstack_tdd_test.cpp59 jerry_value_t children = jerry_create_null(); in CreateChildComponent() local
81 jerry_value_t children = jerry_create_null(); in ComponentStackTest001() local
109 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest002() local
145 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest003() local
193 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest004() local
241 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest005() local
289 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest006() local
H A Dlist_tdd_test.cpp55 jerry_value_t children = jerry_create_null(); in ListTest001() local
94 jerry_value_t children = jerry_create_null(); in ListTest002() local
136 jerry_value_t children = jerry_create_null(); in ListTest003() local
178 jerry_value_t children = jerry_create_null(); in ListTest004() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_component.h30 explicit StageComponent(const std::list<RefPtr<Component>>& children) in StageComponent()
33 StageComponent(const std::list<RefPtr<Component>>& children, bool isSectionStage) in StageComponent()
H A Drender_stage.cpp136 auto children = stageElement->GetChildren(); in HandleDragUpdate() local
168 auto children = stageElement->GetChildren(); in HandleDragStart() local
225 auto children = stageElement->GetChildren(); in HandleDragEnd() local
272 auto children = stageElement->GetChildren(); in GetControllers() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp192 const auto& children = stageNode_->GetChildren(); in PushPage() local
287 const auto& children = stageNode_->GetChildren(); in InsertPage() local
327 const auto& children = stageNode_->GetChildren(); in PopPage() local
370 const auto& children = stageNode_->GetChildren(); in PopPageToIndex() local
431 const auto& children = stageNode_->GetChildren(); in CleanPageStack() local
453 const auto& children = stageNode_->GetChildren(); in MovePageToFront() local
557 const auto& children = stageNode_->GetChildren(); in GetLastPage() local
567 const auto& children = stageNode_->GetChildren(); in GetPageById() local
579 const auto& children = stageNode_->GetChildren(); in ReloadStage() local
596 const auto& children = stageNode_->GetChildren(); in GetLastPageWithTransition() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcolumn_model_impl.cpp30 std::list<RefPtr<Component>> children; in Create() local
60 std::list<RefPtr<Component>> children; in CreateWithWrap() local
H A Drow_model_impl.cpp29 std::list<RefPtr<Component>> children; in Create() local
56 std::list<RefPtr<Component>> children; in CreateWithWrap() local
H A Dhyperlink_model_impl.cpp33 std::list<RefPtr<Component>> children; in Create() local
52 std::list<RefPtr<Component>> children = hyperlink->GetChildren(); in Pop() local
H A Dstack_model_impl.cpp27 std::list<RefPtr<Component>> children; in Create() local
37 std::list<RefPtr<Component>> children; in Create() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java93 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_noChildren() local
100 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_oneOngoing() local
111 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_oneOngoingNoClear() local
122 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_oneOngoingBubble() local
133 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_multipleOngoing() local
145 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_oneAutoCancel() local
156 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_allAutoCancel() local
168 ArrayMap<String, Integer> children = new ArrayMap<>(); in testGetAutogroupSummaryFlags_allAutoCancelOneOngoing() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationTargetsHelperTest.kt37 val children = notificationTestHelper.createGroup(3).childrenContainer regex
59 val children = notificationTestHelper.createGroup(3).childrenContainer regex
81 val children = notificationTestHelper.createGroup(3).childrenContainer regex
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp29 StepperComponent::StepperComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(c… in StepperComponent()
70 const auto& children = GetChildren(); in InsertChild() local
135 auto children = ifElseComponent->GetChildren(); in CollectItems() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.cpp51 const auto& children = GetChildren(); in PerformLayout() local
59 const auto& children = GetChildren(); in PerformLayout() local
H A Dshape_container_element.cpp38 const auto& children = shapeContainerComponent->GetChildren(); in UpdateChildStyle() local
73 auto children = multiComposedComponent->GetChildren(); in UpdateChildStyle() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp293 std::vector<std::shared_ptr<RSRenderNode>> children; variable
726 std::vector<std::shared_ptr<RSRenderNode>> children; variable
747 std::vector<std::shared_ptr<RSRenderNode>> children; variable
776 std::vector<std::shared_ptr<RSRenderNode>> children; variable
807 std::vector<std::shared_ptr<RSRenderNode>> children; variable
831 std::vector<std::shared_ptr<RSRenderNode>> children; variable
892 std::vector<std::shared_ptr<RSRenderNode>> children; variable
915 std::vector<std::shared_ptr<RSRenderNode>> children; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp193 auto children = root->GetChildren(); variable
271 auto children = root->GetChildren(); variable
432 auto children = root->GetChildren(); variable
505 auto children = root_->GetChildren(); variable
556 auto children = root_->GetChildren(); variable
586 auto children = root_->GetChildren(); variable
616 auto children = root_->GetChildren(); variable
648 auto children = root_->GetChildren(); variable
684 auto children = root_->GetChildren(); variable
718 auto children = root_->GetChildren(); variable
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java73 protected int getAutogroupSummaryFlags(@NonNull final ArrayMap<String, Integer> children) { in getAutogroupSummaryFlags()
126 final ArrayMap<String, Integer> children = in maybeGroup() local
166 final ArrayMap<String, Integer> children = in maybeUngroup() local
210 final ArrayMap<String, Integer> children = in getNotGroupedByAppCount() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_component.h32 …explicit HyperlinkComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(childre… in HyperlinkComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/overlay/
H A Doverlay_component.h27 explicit OverlayComponent(const std::list<RefPtr<Component>>& children) in OverlayComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_tspan_component.h28 …explicit SvgTspanComponent(const std::list<RefPtr<Component>>& children) : SvgTextComponent(childr… in SvgTspanComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_component.h28 explicit ToolBarComponent(const std::list<RefPtr<Component>>& children) in ToolBarComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp83 const auto& children = current->GetChildren(notDetach); in GetInspectorByKey() local
97 const auto& children = element->GetChildren(); in DumpElementTree() local
217 std::vector<RefPtr<NG::UINode>> children; in GetInspectorChildren() local
350 std::vector<RefPtr<NG::UINode>> children; in GetInspectorChildren() local
592 std::vector<RefPtr<NG::UINode>> children; in GetInspector() local
637 std::vector<RefPtr<NG::UINode>> children; in GetSubWindowInspector() local
705 std::vector<RefPtr<NG::UINode>> children; in GetSimplifiedInspectorChildren() local
746 std::vector<RefPtr<NG::UINode>> children; in GetSimplifiedInspector() local
853 std::vector<RefPtr<NG::UINode>> children; in GetInspectorTree() local
867 std::vector<RefPtr<NG::UINode>> children; in RecordOnePageNodes() local
[all …]
H A Dui_node.cpp251 auto children = GetChildren(); in RemoveChildAtIndex() local
262 auto& children = GetChildren(); in GetChildAtIndex() local
304 auto children = GetChildren(); in Clean() local
811 auto children = GetChildren(); in UpdateGeometryTransition() local
1061 auto children = GetChildren(); in TouchTest() local
1080 auto children = GetChildren(); in MouseTest() local
1098 auto children = GetChildren(); in AxisTest() local
1140 auto children = GetChildren(); in GetChildIndexById() local
1311 auto children = GetChildren(); in SetChildrenInDestroying() local
1370 auto children = GetChildren(); in RemoveImmediately() local
[all …]

12345678910>>...18