Home
last modified time | relevance | path

Searched refs:GetFrameChildByIndexWithoutExpanded (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1442 RefPtr<UINode> UINode::GetFrameChildByIndexWithoutExpanded(uint32_t index) in GetFrameChildByIndexWithoutExpanded() function in OHOS::Ace::NG::UINode
1447 return child->GetFrameChildByIndexWithoutExpanded(index); in GetFrameChildByIndexWithoutExpanded()
H A Dui_node.h427 virtual RefPtr<UINode> GetFrameChildByIndexWithoutExpanded(uint32_t index);
H A Dframe_node.h829 RefPtr<UINode> GetFrameChildByIndexWithoutExpanded(uint32_t index) override;
H A Dframe_node.cpp4460 … : DynamicCast<FrameNode>(UINode::GetFrameChildByIndexWithoutExpanded(index)); in GetFrameNodeChildByIndex()
4593 RefPtr<UINode> FrameNode::GetFrameChildByIndexWithoutExpanded(uint32_t index) in GetFrameChildByIndexWithoutExpanded() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp409 node = node->GetFrameChildByIndexWithoutExpanded(0); in GetFrameNodeByUniqueId()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dui_node_test_ng.cpp1576 parent->UINode::GetFrameChildByIndexWithoutExpanded(0);
2276 RefPtr<UINode> ret = testNode1->GetFrameChildByIndexWithoutExpanded(4);