Home
last modified time | relevance | path

Searched defs:child (Results 176 – 200 of 1040) sorted by relevance

12345678910>>...42

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_element.cpp27 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_item_element.cpp40 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_form.h47 void AddInputChild(const WeakPtr<FormValue>& child) in AddInputChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drosen_render_popup_list.cpp34 for (const auto& child : items_) { in Paint() local
H A Drender_popup_list.cpp90 auto child = RequestAndLayoutNewItem(newIndex, innerLayout); in PerformLayout() local
109 auto child = RequestAndLayoutNewItem(startIndex_ - 1, innerLayout); in PerformLayout() local
259 const auto& child = *(it); in LayoutOrRecycleCurrentItems() local
315 for (const auto& child : items_) { in SetItemsPosition() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchManyTest.java105 View child = mListView.getChildAt(i); in testPress() local
133 View child = mListView.getChildAt(i); in testLongPress() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.h65 void AddChildContent(int32_t index, const RefPtr<RenderNode>& child) in AddChildContent()
91 void RemoveChildContent(const RefPtr<RenderNode>& child) in RemoveChildContent()
105 void RemoveChildContentUpdateMap(const RefPtr<RenderNode>& child) in RemoveChildContentUpdateMap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_content_modifier_add_test_ng.cpp282 RefPtr<FrameNode> child = in __anon687e9e690202() local
330 RefPtr<FrameNode> child = in __anon687e9e690302() local
378 RefPtr<FrameNode> child = in __anon687e9e690402() local
426 RefPtr<FrameNode> child = in __anon687e9e690502() local
474 RefPtr<FrameNode> child = in __anon687e9e690602() local
522 RefPtr<FrameNode> child = in __anon687e9e690702() local
570 RefPtr<FrameNode> child = in __anon687e9e690802() local
610 RefPtr<FrameNode> child = in __anon687e9e690902() local
650 RefPtr<FrameNode> child = in __anon687e9e690a02() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_layout_algorithm.cpp83 for (const auto& child : layoutWrapper->GetAllChildrenWithBuild()) { in Measure() local
91 for (const auto& child : childList) { in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_layout_algorithm.cpp36 for (const auto& child : layoutWrapper->GetAllChildrenWithBuild()) { in Measure() local
66 for (const auto& child : layoutWrapper->GetAllChildrenWithBuild()) { in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp218 for (const auto& child : children) { in FinishRepeatRender() local
283 auto child = *fromIter; in MoveData() local
298 void ForEachNode::InitDragManager(const RefPtr<UINode>& child) in InitDragManager()
323 for (const auto& child : children) { in InitAllChildrenDragManager() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_wrapper_layout_algorithm.cpp25 auto child = layoutWrapper->GetChildByIndex(0); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_g.cpp41 for (const auto& child : children) { in PerformLayout() local
H A Drender_svg_defs.cpp46 for (const auto& child : children) { in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_defs.h50 for (auto child : children_) { in AsPath() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow_item.cpp40 auto child = GetChildren().front(); in PerformLayout() local
/aosp14/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DFlowLayout.java55 final View child = getChildAt(i); in onMeasure() local
98 final View child = getChildAt(i); in onLayout() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_dropframe_test.cpp102 auto child = context->GetMutableNodeMap().GetRenderNode<RSBaseRenderNode>(nodeId1); variable
122 auto child = context->GetMutableNodeMap().GetRenderNode<RSBaseRenderNode>(nodeId2); variable
/aosp14/frameworks/base/core/java/android/widget/
H A DGallery.java319 protected boolean getChildStaticTransformation(View child, Transformation t) { in getChildStaticTransformation()
383 int getChildHeight(View child) { in getChildHeight()
516 final View child = getChildAt(n); in detachOffScreenChildren() local
532 final View child = getChildAt(n); in detachOffScreenChildren() local
611 View child = getChildAt(i); in setSelectionToCenterChild() local
873 View child; in makeAndAddView() local
913 private void setUpChild(View child, int offset, int x, boolean fromLeft) { in setUpChild()
960 private int calculateTop(View child, boolean duringLayout) { in calculateTop()
1137 private void dispatchPress(View child) { in dispatchPress()
1323 View child = getChildAt(childPosition); in scrollToChild() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp102 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, variable
145 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, variable
275 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, variable
305 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, variable
338 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, variable
1089 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, variable
1327 auto child = FrameNodeOnTree::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1357 auto child = FrameNodeOnTree::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1393 auto child = FrameNodeOnTree::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
1423 auto child = FrameNodeOnTree::GetOrCreateFrameNode(V2::BUTTON_ETS_TAG, variable
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java245 View child = getChildAt(i); in onMeasure() local
262 View child = getChildAt(i); in onLayout() local
301 View child = getChildAt(i); in applyIconStates() local
314 public void onViewAdded(View child) { in onViewAdded()
340 private boolean isReplacingIcon(View child) { in isReplacingIcon()
361 public void onViewRemoved(View child) { in onViewRemoved()
652 View child = getChildAt(i); in setAnimationsEnabled() local
707 public IconState(View child) { in IconState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java90 View child = getChildAt(i); in onMeasure() local
96 View child = getChildAt(i); in onMeasure() local
122 View child = getChildAt(i); in onLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/align/
H A Drender_align.cpp41 const auto& child = children.front(); in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Dtip_component.h31 explicit TipComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in TipComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dnavigation_menus_composed_element.cpp33 auto child = GetElementChildBySlot(element, slot); in UpdateChildWithSlot() local

12345678910>>...42