/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/ |
H A D | touch_listener_component.h | 34 explicit TouchListenerComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in TouchListenerComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_layout_algorithm.cpp | 102 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 D | multi_menu_layout_algorithm.cpp | 231 ResetLayoutConstraintMinWidth( const RefPtr<LayoutWrapper>& child, const LayoutConstraintF& layoutConstraint) ResetLayoutConstraintMinWidth() argument [all...] |
H A D | sub_menu_layout_algorithm.cpp | 68 auto child = layoutWrapper->GetOrCreateChildByIndex(0); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/ |
H A D | custom_dialog_component.h | 68 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 D | render_tool_bar_item.cpp | 149 RefPtr<RenderNode> child = GetChildren().front(); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 87 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 D | option_layout_algorithm.cpp | 46 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 D | list_watch_layout_manager.cpp | 84 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 D | render_split_container.cpp | 116 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 D | tween_component.h | 32 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 D | render_display.cpp | 93 const auto& child = GetChildren().front(); in PerformLayout() local 126 RefPtr<RenderNode> child = AceType::Claim(this); in OnOpacityDisappearingCallback() local [all...] |
H A D | display_component.h | 35 explicit DisplayComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in DisplayComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 471 auto& child = *iter; in UpdateTouchRect() local
|
/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | render_toggle.cpp | 260 RefPtr<RenderNode> child; in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node.cpp | 63 auto child = renderFunction(); in Render() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | grid_layout_item_component.h | 32 explicit GridLayoutItemComponent(const RefPtr<Component>& child) in GridLayoutItemComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/clip/ |
H A D | clip_component.h | 29 explicit ClipComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in ClipComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.cpp | 224 const auto& child = children_.front(); in FlushRefresh() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/transition/ |
H A D | transition_element.cpp | 282 const auto& child = children_.front(); in GetChildTween() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_height_offset_calculator.h | 134 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 D | render_dialog_modal.cpp | 45 auto child = GetFirstChild(); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/menu/ |
H A D | menu_component.h | 40 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 D | render_single_child_scroll.cpp | 205 auto child = GetChildren().front(); in PerformLayout() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_filler.cpp | 202 auto child = wrapper_->GetOrCreateChildByIndex(itemIdx, !isCache, isCache); in MeasureItem() local
|