Home
last modified time | relevance | path

Searched defs:child (Results 501 - 525 of 1036) sorted by relevance

1...<<21222324252627282930>>...42

/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Dtouch_listener_component.h34 explicit TouchListenerComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in TouchListenerComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp102 const auto& child = layoutWrapper->GetChildByIndex(childCount - 1); in Layout() local
109 const auto& child = layoutWrapper->GetChildByIndex(i); in Layout() local
115 const auto& child = layoutWrapper->GetChildByIndex(i); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmulti_menu_layout_algorithm.cpp231 ResetLayoutConstraintMinWidth( const RefPtr<LayoutWrapper>& child, const LayoutConstraintF& layoutConstraint) ResetLayoutConstraintMinWidth() argument
[all...]
H A Dsub_menu_layout_algorithm.cpp68 auto child = layoutWrapper->GetOrCreateChildByIndex(0); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_component.h68 CustomDialogComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in CustomDialogComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp149 RefPtr<RenderNode> child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp87 CreateIcon(const std::string& icon, const RefPtr<FrameNode>& parent, const RefPtr<FrameNode>& child) CreateIcon() argument
115 CreateSymbol(const std::function<void(WeakPtr<NG::FrameNode>)>& symbolApply, const RefPtr<FrameNode>& parent, const RefPtr<FrameNode>& child, const std::optional<Dimension>& symbolUserDefinedIdealFontSize) CreateSymbol() argument
H A Doption_layout_algorithm.cpp46 auto child = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
92 auto child = layoutWrapper->GetOrCreateChildByIndex(0); in Layout() local
180 auto child = layoutWrapper->GetOrCreateChildByIndex(0); UpdateIconMargin() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp84 void ListWatchLayoutManager::SetChildPosition(const RefPtr<RenderNode>& child, int32_t index, double mainSize) in SetChildPosition() argument
207 auto child = *rIter++; in GetFirstChildSize() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.cpp116 auto child = node.node; in UpdateDisplayNode() local
123 auto child = node.node; in UpdateDisplayNode() local
130 auto child in UpdateDisplayNode() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h32 TweenComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in TweenComponent() argument
35 TweenComponent(const std::string& name, const RefPtr<Component>& child) in TweenComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Drender_display.cpp93 const auto& child = GetChildren().front(); in PerformLayout() local
126 RefPtr<RenderNode> child = AceType::Claim(this); in OnOpacityDisappearingCallback() local
[all...]
H A Ddisplay_component.h35 explicit DisplayComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in DisplayComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp471 auto& child = *iter; in UpdateTouchRect() local
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp260 RefPtr<RenderNode> child; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.cpp63 auto child = renderFunction(); in Render() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_item_component.h32 explicit GridLayoutItemComponent(const RefPtr<Component>& child) in GridLayoutItemComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Dclip_component.h29 explicit ClipComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in ClipComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp224 const auto& child = children_.front(); in FlushRefresh() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.cpp282 const auto& child = children_.front(); in GetChildTween() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h134 auto child = node->GetFrameChildByIndex(itor->first - currentIndex_, false); in GetLazyForEachIndexAverageHeight() local
164 auto child in CalculateOffset() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Drender_dialog_modal.cpp45 auto child = GetFirstChild(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.h40 MenuComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in MenuComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp205 auto child = GetChildren().front(); in PerformLayout() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.cpp202 auto child = wrapper_->GetOrCreateChildByIndex(itemIdx, !isCache, isCache); in MeasureItem() local

Completed in 14 milliseconds

1...<<21222324252627282930>>...42