Home
last modified time | relevance | path

Searched defs:child (Results 576 - 600 of 1097) sorted by relevance

1...<<21222324252627282930>>...44

/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp280 auto child = *fromIter; in MoveData() local
295 void ForEachNode::InitDragManager(const RefPtr<UINode>& child) in InitDragManager() argument
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_napi.cpp86 auto* child = impl->getNodeModifiers()->getFrameNodeModifier()->getChild( in OH_ArkUI_GetNodeHandleFromNapiValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.cpp51 void TabsNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp65 CreateChildConstraint( const ConstraintParams& params, const RefPtr<WaterFlowLayoutProperty>& props, const RefPtr<LayoutWrapper>& child) CreateChildConstraint() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_element.cpp47 void ListElement::Apply(const RefPtr<Element>& child) in Apply() argument
H A Drender_list_item_group.cpp131 const auto& child = *(it); in RecycleStartCacheItems() local
149 RefPtr<RenderListItem> child; in LayoutALine() local
210 auto child = RequestListItem(newIndex + idx, false); in RequestNewItemsAtEnd() local
250 auto child = RequestListItem(startIndex_ - idx - 1, true); RequestNewItemsAtStart() local
339 auto child = *(it++); SetItemsPostion() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_helper.h82 static std::tuple<RefPtr<Element>, RefPtr<Element>> FindFirstParentOfType(const RefPtr<Element>& child) in FindFirstParentOfType() argument
116 static RefPtr<TabsElement> FindTabsElement(const RefPtr<Element>& child) in FindTabsElement() argument
121 FindTabBarElement(const RefPtr<Element>& child) FindTabBarElement() argument
132 FindTabContentElement(const RefPtr<Element>& child) FindTabContentElement() argument
332 GetTabBarElementIndex(const RefPtr<Element>& proxyHostElement, const RefPtr<RenderNode>& child) GetTabBarElementIndex() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp83 auto child = RequestAndLayoutNewItem(newIndex, innerLayout); in PerformLayout() local
102 auto child = RequestAndLayoutNewItem(startIndex_ - 1, innerLayout); in PerformLayout() local
252 const auto& child = *(it); in LayoutOrRecycleCurrentItems() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp322 auto child = GetElementChildBySlot(displayElement, slot); in UpdateChildWithSlot() local
342 auto child = GetElementChildBySlot(displayElement, slot); in DeleteChildWithSlot() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp64 LazyForEachChild child; in OnGetChildByIndex() local
401 const auto& child = AceType::DynamicCast<NG::LazyForEachNode>(uiNode->GetChildAtIndex(0)); DetachHostNode() local
415 const auto& child = AceType::DynamicCast<NG::LazyForEachNode>(uiNode->GetChildAtIndex(0)); GetNodeAdapter() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_algorithm.cpp173 auto child = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
234 auto child = children.front(); in CalculateBlockOffset() local
/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/
H A Daccessible_ability_client_impl_test.cpp807 AccessibilityElementInfo child; in HWTEST_F() local
822 AccessibilityElementInfo child; in HWTEST_F() local
839 AccessibilityElementInfo child; in HWTEST_F() local
[all...]
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessibility_ui_test_ability_impl.cpp242 RetError AccessibilityUITestAbilityImpl::GetParentElementInfo(const AccessibilityElementInfo &child, in GetParentElementInfo() argument
206 GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent, AccessibilityElementInfo &child) GetChildElementInfo() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtabs_component.cpp177 jerry_value_t child = jerry_get_property_by_index(children_, index); in MatchChildren() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp295 UIView* child = childrenHead_; in GetChildById() local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.h138 UIView* child = layout->GetChildrenHead(); in Clear() local
/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp100 UIView* child = childrenHead_; in CalValidLength() local
127 UIView* child = childrenHead_; CalRowCount() local
151 UIView* child = childrenHead_; GetRowMaxHeight() local
187 UIView* child = childrenHead_; GetRowsWidth() local
222 GetCrossAxisPosY(int16_t& posY, uint16_t& count, uint16_t* rowsMaxHeight, UIView* child) GetCrossAxisPosY() argument
257 UIView* child = childrenHead_; LayoutHorizontal() local
317 UIView* child = childrenHead_; CalColumnCount() local
341 UIView* child = childrenHead_; GetColumnMaxWidth() local
375 UIView* child = childrenHead_; GetColumnsHeight() local
410 GetCrossAxisPosX(int16_t& posX, uint16_t& count, uint16_t* columnsMaxWidth, UIView* child) GetCrossAxisPosX() argument
445 UIView* child = childrenHead_; LayoutVertical() local
[all...]
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp282 UIView *child = grop.GetChildrenHead(); in GetChildrenSize() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmetadata.cpp273 bool MetadataPropertyContainer::Remove(const IObject::Ptr& child) in Remove() argument
281 bool MetadataPropertyContainer::Move(const IObject::Ptr& child, SizeType toIndex) in Move() argument
285 bool MetadataPropertyContainer::Replace(const IObject::Ptr& child, const IObject::Ptr& replaceWith, bool addAlways) in Replace() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfObjectHierarchyObserverTest.cpp261 auto child = CreateTestType<IObject>("DirectChild"); in HWTEST_F() local
281 auto child = CreateTestType<IObject>("DirectChild"); in HWTEST_F() local
301 auto child = CreateTestType<IObject>("Content"); in HWTEST_F() local
346 auto child = CreateTestType<IObject>("Content"); HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp145 auto& child = children_[fromIndex]; in ChildMoved() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.cpp134 IObject::Ptr child; in Remove() local
163 bool ContainerBase::Remove(const IObject::Ptr& child) in Remove() argument
210 const IObject::Ptr child = children_[fromIndex]; MoveInternal() local
242 Move(const IObject::Ptr& child, SizeType toIndex) Move() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_three_test.cpp277 auto child = std::make_shared<RSSurfaceRenderNode>(id + 1); in HWTEST_F() local
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Deffect_json_helper.cpp289 cJSON *child = cJSON_CreateNumber(value); in Put() local
295 cJSON *child = cJSON_CreateBool(value); in Put() local
301 cJSON *child = cJSON_CreateString(value.c_str()); in Put() local
308 cJSON *child = cJSON_CreateString(value); in Put() local
353 cJSON *child = cJSON_CreateNumber(value); in Add() local
361 cJSON *child = cJSON_CreateBool(value); Add() local
369 cJSON *child = cJSON_CreateString(value.c_str()); Add() local
378 cJSON *child = cJSON_CreateString(value); Add() local
422 cJSON *child = cJSON_CreateNumber(value); Replace() local
428 cJSON *child = cJSON_CreateBool(value); Replace() local
434 cJSON *child = cJSON_CreateString(value.c_str()); Replace() local
441 cJSON *child = cJSON_CreateString(value); Replace() local
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dipc_test_helper.cpp172 pid_t child = std::stoi(ptr->d_name); in GetChildPids() local

Completed in 23 milliseconds

1...<<21222324252627282930>>...44