Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group.h39 virtual void OnChildAppended(const RefPtr<Component>& child) {} in OnChildAppended()
48 for (const auto& child : children_) { in InitChildren() local
65 for (const auto& child : children_) { in ClearChildren() local
83 virtual void AppendChild(const RefPtr<Component>& child) in AppendChild()
93 void AppendChildDirectly(const RefPtr<Component>& child) in AppendChildDirectly()
102 virtual void RemoveChildDirectly(const RefPtr<Component>& child) in RemoveChildDirectly()
118 auto child = compose->GetChild(); in RemoveChildByComposedId() local
128 virtual void RemoveChild(const RefPtr<Component>& child) in RemoveChild()
155 for (const auto& child : children_) { in SetUpdateType() local
166 for (const auto& child : children_) { in SetDisabledStatus() local
[all …]
H A Dsingle_child.h29 explicit SingleChild(const RefPtr<Component>& child) : child_(child) {} in SingleChild()
37 void SetChild(const RefPtr<Component>& child) in SetChild()
45 void SetChildDirectly(const RefPtr<Component>& child) in SetChildDirectly()
61 virtual void OnChildAdded(const RefPtr<Component>& child) {} in OnChildAdded()
H A Dsole_child_component.h30 explicit SoleChildComponent(const RefPtr<Component>& child) : SingleChild(child) {} in SoleChildComponent()
41 auto child = GetChild(); in SetUpdateType() local
50 auto child = GetChild(); in SetDisabledStatus() local
59 auto child = GetChild(); in SetTextDirection() local
H A Dmulti_composed_element.cpp85 const auto& child = *itChildStart; in UpdateChildrenForRebuild() local
99 const auto& child = *(--itChildEnd); in UpdateChildrenForRebuild() local
111 const auto& child = *(itChildStart++); in UpdateChildrenForRebuild() local
138 const auto& child = it->second; in UpdateChildrenForRebuild() local
160 auto child = *(itChildEnd++); in UpdateChildrenForRebuild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp107 for (auto& child : children_) { in AttachContext() local
120 for (auto& child : children_) { in DetachContext() local
305 for (const auto& child : children) { in Clean() local
675 for (const auto& child : children) { in DetachFromMainTree() local
696 for (const auto& child : children) { in UpdateChildrenFreezeState() local
706 for (const auto& child : children) { in FireCustomDisappear() local
812 for (const auto& child: children) { in UpdateGeometryTransition() local
1064 auto& child = *iter; in TouchTest() local
1083 auto& child = *iter; in MouseTest() local
1101 auto& child = *iter; in AxisTest() local
[all …]
/aosp14/frameworks/base/core/java/android/view/
H A DViewParent.java59 public void requestTransparentRegion(View child); in requestTransparentRegion()
75 default void onDescendantInvalidated(@NonNull View child, @NonNull View target) { in onDescendantInvalidated()
91 public void invalidateChild(View child, Rect r); in invalidateChild()
134 public void requestChildFocus(View child, View focused); in requestChildFocus()
142 public void recomputeViewAttributes(View child); in recomputeViewAttributes()
149 public void clearChildFocus(View child); in clearChildFocus()
205 public void bringChildToFront(View child); in bringChildToFront()
304 public void childDrawableStateChanged(@NonNull View child); in childDrawableStateChanged()
423 public void notifySubtreeAccessibilityStateChanged( in notifySubtreeAccessibilityStateChanged()
531 public boolean onStartNestedScroll(@NonNull View child, @NonNull View target, in onStartNestedScroll()
[all …]
H A DViewGroup.java875 void setDefaultFocus(View child) { in setDefaultFocus()
1335 View child = mChildren[i]; in addFocusables() local
1453 View child = children[i]; in findViewsWithText() local
1476 View child = children[i]; in findViewByAccessibilityIdTraversal() local
1497 View child = children[i]; in findViewByAutofillIdTraversal() local
2082 View child) { in dispatchResolvePointerIcon()
3375 View child = children[i]; in onRequestFocusInDescendants() local
3786 final View child; in getAndVerifyPreorderedView() local
5018 public void addView(View child) { in addView()
8978 public View child; field in ViewGroup.TouchTarget
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dprocess.rs69 let mut child = command.spawn().unwrap(); in sdv_process_spawn_test() localVariable
93 let mut child = Command::new("rev") in sdv_process_child_stdio_test() localVariable
143 let mut child = command.spawn().unwrap(); in sdv_process_kill_test() localVariable
161 let mut child = command.spawn().unwrap(); in sdv_process_try_wait_test() localVariable
184 let child = command.spawn(); in sdv_process_drop_test() localVariable
190 let child = command.spawn(); in sdv_process_drop_test() localVariable
212 let mut child = command.spawn().unwrap(); in sdv_process_stdio_test() localVariable
223 let mut child = command.spawn().unwrap(); in sdv_process_stdio_test() localVariable
258 let mut child = command.spawn().unwrap(); in sdv_process_child_stdio_convert_test() localVariable
282 let mut child = command.spawn().unwrap(); in sdv_process_debug_test() localVariable
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DReverseLinearLayout.java53 public void addView(View child) { in addView()
54 reverseParams(child.getLayoutParams(), child, mIsLayoutReverse); in addView() local
63 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
100 final View child = childList.get(i); in updateOrder() local
107 private static void reverseParams(ViewGroup.LayoutParams params, View child, in reverseParams()
162 final View child = group.getChildAt(i); in reverseGroup() local
163 reverseParams(child.getLayoutParams(), child, isLayoutReverse); in reverseGroup() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DReverseLinearLayout.java51 public void addView(View child) { in addView()
52 reverseParams(child.getLayoutParams(), child, mIsLayoutReverse); in addView() local
61 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
98 final View child = childList.get(i); in updateOrder() local
105 private static void reverseParams(ViewGroup.LayoutParams params, View child, in reverseParams()
160 final View child = group.getChildAt(i); in reverseGroup() local
161 reverseParams(child.getLayoutParams(), child, isLayoutReverse); in reverseGroup() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDimmerTests.java101 SurfaceControl.Builder makeChildSurface(WindowContainer child) { in makeChildSurface()
144 TestWindowContainer child = new TestWindowContainer(mWm); in testUpdateDimsAppliesCrop() local
161 TestWindowContainer child = new TestWindowContainer(mWm); in testDimAboveWithChildCreatesSurfaceAboveChild() local
176 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceCreatesSurfaceBelowChild() local
191 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceDestroyedWhenReset() local
208 TestWindowContainer child = new TestWindowContainer(mWm); in testDimBelowWithChildSurfaceNotDestroyedWhenPersisted() local
224 TestWindowContainer child = new TestWindowContainer(mWm); in testDimUpdateWhileDimming() local
246 TestWindowContainer child = new TestWindowContainer(mWm); in testRemoveDimImmediately() local
266 TestWindowContainer child = new TestWindowContainer(mWm); in testDimmerWithBlurUpdatesTransaction() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/
H A Dloading_progress_setbuilder_test_ng.cpp105 RefPtr<FrameNode> child = in __anon0f92300b0202() local
145 RefPtr<FrameNode> child = in __anon0f92300b0302() local
185 RefPtr<FrameNode> child = in __anon0f92300b0402() local
225 RefPtr<FrameNode> child = in __anon0f92300b0502() local
265 RefPtr<FrameNode> child = in __anon0f92300b0602() local
305 RefPtr<FrameNode> child = in __anon0f92300b0702() local
346 RefPtr<FrameNode> child = in __anon0f92300b0802() local
385 RefPtr<FrameNode> child = in __anon0f92300b0902() local
426 RefPtr<FrameNode> child = in __anon0f92300b0a02() local
467 RefPtr<FrameNode> child = in __anon0f92300b0b02() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_content_modifier_test_ng.cpp105 RefPtr<FrameNode> child = in __anon61170a010202() local
145 RefPtr<FrameNode> child = in __anon61170a010302() local
185 RefPtr<FrameNode> child = in __anon61170a010402() local
225 RefPtr<FrameNode> child = in __anon61170a010502() local
265 RefPtr<FrameNode> child = in __anon61170a010602() local
305 RefPtr<FrameNode> child = in __anon61170a010702() local
345 RefPtr<FrameNode> child = in __anon61170a010802() local
385 RefPtr<FrameNode> child = in __anon61170a010902() local
425 RefPtr<FrameNode> child = in __anon61170a010a02() local
465 RefPtr<FrameNode> child = in __anon61170a010b02() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp23 void TextComponentV2::OnChildInserted(const RefPtr<Component>& child, int32_t position) in OnChildInserted()
28 void TextComponentV2::OnChildAppended(const RefPtr<Component>& child) in OnChildAppended()
33 void TextComponentV2::CheckAndSetChildStyle(const RefPtr<Component>& child) in CheckAndSetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tabs.cpp41 RefPtr<FlexComponent> child; in CreateChild() local
75 for (const auto& child : flexChild_->GetChildren()) { in SetSpecializedAttr() local
104 void DOMTabs::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()
112 void DOMTabs::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_clip_path.cpp29 void SvgClipPath::AppendChild(const RefPtr<SvgNode>& child) in AppendChild()
38 for (auto child : children_) { in AsPath() local
48 for (auto child : children_) { in AsPath() local
H A Dsvg_defs.h66 void AppendChild(const RefPtr<SvgNode>& child) override in AppendChild()
75 for (auto child : children_) { in AsPath() local
85 for (auto child : children_) { in AsPath() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.cpp33 for (const auto& child : recognizers_) { in OnBeginGestureReferee() local
44 for (const auto& child : recognizers_) { in CreateGestureFromRecognizer() local
58 for (const auto& child : recognizers_) { in OnFinishGestureReferee() local
73 for (const auto& child : recognizers) { in AddChildren() local
171 for (const auto& child : recognizers_) { in OnResetStatus() local
239 for (const auto& child : recognizers_) { in CleanRecognizerState() local
258 for (const auto& child : recognizers_) { in IsReady() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_json_util.cpp50 cJSON* child = cJSON_CreateString(value); in Put() local
93 cJSON* child = cJSON_CreateNumber(static_cast<double>(value)); in Put() local
107 cJSON* child = cJSON_CreateNumber(static_cast<double>(value)); in Put() local
126 cJSON* child = cJSON_CreateNumber(value); in Put() local
140 cJSON* child = cJSON_CreateBool(value); in Put() local
154 cJSON* child = cJSON_CreateString(value); in Replace() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.h43 auto child = children_.empty() ? nullptr : children_.front(); in GetInspectorElement() local
67 auto child = children_.empty() ? nullptr : children_.front(); variable
84 auto child = children_.empty() ? nullptr : children_.front(); in GetContentRender() local
96 auto child = children_.empty() ? nullptr : children_.front(); in GetInspectorComposedElement() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/radio/
H A Dradio_setbuilder_test_ng.cpp93 RefPtr<FrameNode> child = in __anon439f93a50202() local
135 RefPtr<FrameNode> child = in __anon439f93a50302() local
177 RefPtr<FrameNode> child = in __anon439f93a50402() local
219 RefPtr<FrameNode> child = in __anon439f93a50502() local
261 RefPtr<FrameNode> child = in __anon439f93a50602() local
303 RefPtr<FrameNode> child = in __anon439f93a50702() local
345 RefPtr<FrameNode> child = in __anon439f93a50802() local
387 RefPtr<FrameNode> child = in __anon439f93a50902() local
430 RefPtr<FrameNode> child = in __anon439f93a50a02() local
473 RefPtr<FrameNode> child = in __anon439f93a50b02() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.cpp41 for (const auto& child : GetChildren()) { in PerformLayout() local
52 for (const auto& child : children) { in PerformLayout() local
60 for (const auto& child : children) { in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp84 for (const auto& child : layoutWrapper->GetAllChildrenWithBuild()) { in TravelChildrenFlexProps() local
95 float CalculateCrossOffset(float parent, float child, FlexAlign flexAlign) in CalculateCrossOffset()
153 for (auto& child : linearMeasureProperty.relativeNodes) { in Measure() local
173 for (auto& child : linearMeasureProperty.weightNodes) { in Measure() local
195const RefPtr<LayoutWrapper>& child, const OffsetF& offset, TextDirection direction, float parentWi… in AdjustChildOnDirection()
225 for (const auto& child : children) { in Layout() local
242 for (const auto& child : children) { in Layout() local
264 for (const auto& child : children) { in LayoutCondition() local
293 for (const auto& child : children) { in LayoutCondition() local
314 for (const auto& child : children) { in LayoutCondition() local
[all …]
/aosp14/frameworks/base/tools/aapt2/
H A DDominatorTree.cpp54 for (auto& child : children_) { in AddChild() local
66 [](const std::unique_ptr<Node>& child) -> bool { in AddChild()
72 for (auto& child : children_) { in AddChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp33 void IndexerListComponent::InsertChild(uint32_t position, const RefPtr<Component>& child) in InsertChild()
39 void IndexerListComponent::AppendChild(const RefPtr<Component>& child) in AppendChild()
55 void IndexerListComponent::RemoveChild(const RefPtr<Component>& child) in RemoveChild()

12345678910>>...42