Home
last modified time | relevance | path

Searched defs:child (Results 1226 - 1250 of 2413) sorted by relevance

1...<<41424344454647484950>>...97

/foundation/arkui/ace_engine/frameworks/core/components/focusable/
H A Dfocusable_component.h38 explicit FocusableComponent(const RefPtr<Component>& child) : SoleChildComponent(child) in FocusableComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp156 auto child = children_.end(); in PopInstant() local
347 auto child = DynamicCast<TweenElement>(*iter); PerformPopPopup() local
418 auto child = children_.end(); PerformDirectPop() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp46 Create( const WeakPtr<PipelineContext>& context, const RefPtr<Component>& child) Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp58 void NavDestinationGroupNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_element.cpp205 auto child = page->GetFirstChild(); in GetTransitionElement() local
452 auto child = *childIter; in BuildCombinedChild() local
488 auto child = *childIter; in BuildSeparatedChild() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp35 void LayoutWrapperNode::AppendChild(const RefPtr<LayoutWrapperNode>& child, bool isOverlayNode) in AppendChild() argument
292 SwapDirtyLayoutWrapperOnMainThreadForChild(RefPtr<LayoutWrapperNode> child) SwapDirtyLayoutWrapperOnMainThreadForChild() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h35 FlexItemComponent(double flexGrow, double flexShrink, double flexBasis, const RefPtr<Component>& child) in FlexItemComponent() argument
37 FlexItemComponent(double flexGrow, double flexShrink, const Dimension& flexBasis, const RefPtr<Component>& child) in FlexItemComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp328 const auto& child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dgrid_layout_manager.cpp107 SetChildPosition( const RefPtr<RenderNode>& child, double mainSize, int32_t gridPos, int32_t columnSpan) SetChildPosition() argument
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dpanel_component.h67 PanelComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PanelComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp232 auto child = DynamicCast<FrameNode>(it); in IsInSelectedOrSelectOverlayArea() local
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp362 auto child = jsonPages->GetChild(); in GetCurrentSourceMap() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_data_adapter.cpp252 auto child = sourceJson->GetChild(); in ParseCardCalendarData() local
316 auto child = data->GetChild(); in ParseMonthData() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp737 const auto& child = children_.empty() ? nullptr : children_.front(); in UpdateChildInner() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp300 auto child = NavBarNode::GetOrCreateNavBarNode( in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp1140 auto child = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_for_property_config.cpp748 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, AceType::MakeRefPtr<ButtonPattern>()); in HWTEST_F() local
1306 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, AceType::MakeRefPtr<ButtonPattern>()); in HWTEST_F() local
1350 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, AceType::MakeRefPtr<ButtonPattern>()); in HWTEST_F() local
1399 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, AceType::MakeRefPtr<ButtonPattern>()); HWTEST_F() local
1510 auto child = FrameNodeOnTree::GetOrCreateFrameNode( HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_property_config.cpp237 std::list<RefPtr<UINode>> child = { customNode1, customNode2, customNode2, nullptr }; in HWTEST_F() local
273 std::list<RefPtr<UINode>> child = { customNode1, customNode2, customNode2, nullptr }; in HWTEST_F() local
326 std::list<RefPtr<UINode>> child = { customNode1, customNode2, customNode2, nullptr }; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_group_test_ng.cpp545 auto child = NavDestinationGroupNode::GetOrCreateGroupNode( in HWTEST_F() local
H A Dnavrouter_pattern_test_ng.cpp677 auto child = navDestinationNodeTest->GetFirstChild(); in HWTEST_F() local
704 auto child in HWTEST_F() local
730 auto child = navDestinationNodeTest->GetFirstChild(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_click_test_ng.cpp549 auto child = host->GetChildren().begin(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp31 auto child = composedElement->GetChildren().front(); in GetRenderNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp151 auto child = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp186 auto child = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureText() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.h69 virtual void AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
173 virtual void OnAppendChild(const RefPtr<SvgNode>& child) {} in OnAppendChild() argument

Completed in 32 milliseconds

1...<<41424344454647484950>>...97