/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_element.cpp | 27 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_item_element.cpp | 40 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_form.h | 47 void AddInputChild(const WeakPtr<FormValue>& child) in AddInputChild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | rosen_render_popup_list.cpp | 34 for (const auto& child : items_) { in Paint() local
|
H A D | render_popup_list.cpp | 90 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 D | ListTouchManyTest.java | 105 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 D | render_tab_content.h | 65 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 D | toggle_content_modifier_add_test_ng.cpp | 282 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 D | switch_layout_algorithm.cpp | 83 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 D | menu_preview_layout_algorithm.cpp | 36 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 D | for_each_node.cpp | 218 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 D | sheet_wrapper_layout_algorithm.cpp | 25 auto child = layoutWrapper->GetChildByIndex(0); in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_g.cpp | 41 for (const auto& child : children) { in PerformLayout() local
|
H A D | render_svg_defs.cpp | 46 for (const auto& child : children) { in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_defs.h | 50 for (auto child : children_) { in AsPath() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow_item.cpp | 40 auto child = GetChildren().front(); in PerformLayout() local
|
/aosp14/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
H A D | FlowLayout.java | 55 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 D | rs_dropframe_test.cpp | 102 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 D | Gallery.java | 319 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 D | focus_hub_test_ng_new.cpp | 102 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 D | NotificationIconContainer.java | 245 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 D | PseudoGridView.java | 90 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 D | render_align.cpp | 41 const auto& child = children.front(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | tip_component.h | 31 explicit TipComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in TipComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | navigation_menus_composed_element.cpp | 33 auto child = GetElementChildBySlot(element, slot); in UpdateChildWithSlot() local
|