Searched refs:frameChild (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node.cpp | 156 auto frameChild = DynamicCast<FrameNode>(child); in AdjustLayoutWrapperTree() local 157 CHECK_NULL_VOID(frameChild); in AdjustLayoutWrapperTree() 158 frameChild->UpdateLayoutWrapper(layoutWrapper, forceMeasure, forceLayout); in AdjustLayoutWrapperTree()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.cpp | 506 auto frameChild = DynamicCast<FrameNode>(child); in RemoveFromParentCleanly() local 507 if (frameChild->GetRenderContext()->HasTransitionOutAnimation()) { in RemoveFromParentCleanly() 591 auto frameChild = AceType::DynamicCast<FrameNode>(uiChild); in GetFocusChildren() local 592 if (frameChild && frameChild->GetFocusType() != FocusType::DISABLE) { in GetFocusChildren() 593 children.emplace_back(frameChild); in GetFocusChildren() 604 if (frameChild && frameChild->GetFocusType() != FocusType::DISABLE) { in GetCurrentChildrenFocusHub() 605 const auto focusHub = frameChild->GetFocusHub(); in GetCurrentChildrenFocusHub() 1168 auto frameChild = DynamicCast<FrameNode>(child); in CreateLayoutWrapper() local 1169 return frameChild ? frameChild->CreateLayoutWrapper(forceMeasure, forceLayout) : nullptr; in CreateLayoutWrapper() 1673 auto frameChild = DynamicCast<FrameNode>(child); in GetContainerComponentText() local [all …]
|
H A D | inspector.cpp | 136 for (const auto& frameChild : uiNode->GetChildren()) { in GetFrameNodeChildren() local 137 GetFrameNodeChildren(frameChild, children, pageId); in GetFrameNodeChildren() 260 for (const auto& frameChild : uiNode->GetChildren()) { in GetFrameNodeChildren() local 261 GetFrameNodeChildren(frameChild, children, pageId, isLayoutInspector); in GetFrameNodeChildren()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 41 auto frameChild = AceType::DynamicCast<FrameNode>(child); in IterativeAddToSharedMap() local 42 if (!frameChild) { in IterativeAddToSharedMap() 46 auto id = frameChild->GetRenderContext()->GetShareId(); in IterativeAddToSharedMap() 48 map[id] = frameChild; in IterativeAddToSharedMap() 50 IterativeAddToSharedMap(frameChild, map); in IterativeAddToSharedMap()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | lazy_for_each_syntax_test_ng.cpp | 2089 … auto frameChild = AceType::DynamicCast<FrameNode>(lazyForEachNode->GetFrameChildByIndex(0, true)); variable 2090 lazyForEachNode->InitDragManager(frameChild); 2124 … auto frameChild = AceType::DynamicCast<FrameNode>(lazyForEachNode->GetFrameChildByIndex(0, true)); variable 2125 lazyForEachNode->GetFrameNodeIndex(frameChild, true); 2126 lazyForEachNode->GetFrameNodeIndex(frameChild, false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 66 auto frameChild = AceType::DynamicCast<FrameNode>(uiChild); in AnyOfUINode() local 67 if (frameChild && frameChild->GetFocusType() != FocusType::DISABLE) { in AnyOfUINode() 68 const auto focusHub = frameChild->GetFocusHub(); in AnyOfUINode()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 864 for (const auto& frameChild : uiNode->GetChildren(true)) { in GetFrameNodeChildren() local 865 GetFrameNodeChildren(frameChild, children, pageId); in GetFrameNodeChildren() 908 for (const auto& frameChild : uiNode->GetChildren(true)) { in GetFrameNodeChildren() local 909 GetFrameNodeChildren(frameChild, children, pageId); in GetFrameNodeChildren()
|