Searched refs:GetFrameChildByIndexWithoutExpanded (Results 1 – 6 of 6) sorted by relevance
1442 RefPtr<UINode> UINode::GetFrameChildByIndexWithoutExpanded(uint32_t index) in GetFrameChildByIndexWithoutExpanded() function in OHOS::Ace::NG::UINode1447 return child->GetFrameChildByIndexWithoutExpanded(index); in GetFrameChildByIndexWithoutExpanded()
427 virtual RefPtr<UINode> GetFrameChildByIndexWithoutExpanded(uint32_t index);
829 RefPtr<UINode> GetFrameChildByIndexWithoutExpanded(uint32_t index) override;
4460 … : DynamicCast<FrameNode>(UINode::GetFrameChildByIndexWithoutExpanded(index)); in GetFrameNodeChildByIndex()4593 RefPtr<UINode> FrameNode::GetFrameChildByIndexWithoutExpanded(uint32_t index) in GetFrameChildByIndexWithoutExpanded() function in OHOS::Ace::NG::FrameNode
409 node = node->GetFrameChildByIndexWithoutExpanded(0); in GetFrameNodeByUniqueId()
1576 parent->UINode::GetFrameChildByIndexWithoutExpanded(0);2276 RefPtr<UINode> ret = testNode1->GetFrameChildByIndexWithoutExpanded(4);