Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp61 RefPtr<FrameNode> firstTextNode; in OnModifyDone() local
66 firstTextNode = DynamicCast<FrameNode>(host->GetFirstChild()); in OnModifyDone()
70 firstTextNode = FrameNode::CreateFrameNode( in OnModifyDone()
75 UpdateTextContent(layoutProperty, firstTextNode, lastTextNode); in OnModifyDone()
76 host->AddChild(firstTextNode); in OnModifyDone()
99 RefPtr<FrameNode> firstTextNode; in OnModifyDone() local
428 CHECK_NULL_VOID(firstTextNode); in UpdateTextContent()
433 firstTextNode->SetInternal(); in UpdateTextContent()
450 UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode); in UpdateTextContent()
495 CHECK_NULL_VOID(firstTextNode); in UpdateTextContentSub()
[all …]
H A Dswiper_indicator_pattern.h188 const RefPtr<FrameNode>& firstTextNode, const RefPtr<FrameNode>& lastTextNode);
191 const RefPtr<FrameNode>& firstTextNode, const RefPtr<FrameNode>& lastTextNode);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_common_test_ng.cpp337 auto firstTextNode = FrameNode::CreateFrameNode( variable
346 indicatorPattern->UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode);
347 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>();
356 indicatorPattern->UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode);
357 firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>();
H A Dswiper_indicator_test_ng.cpp94 auto firstTextNode = AceType::DynamicCast<FrameNode>(indicatorNode_->GetFirstChild()); variable
96 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>();
695 auto firstTextNode = FrameNode::CreateFrameNode( variable
701 indicatorPattern->UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode);
H A Dswiper_attr_test_ng.cpp311 auto firstTextNode = GetChildFrameNode(indicatorNode_, 0); variable
313 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>();
346 auto firstTextNode = GetChildFrameNode(indicatorNode_, 0); variable
348 auto firstTextLayoutProperty = firstTextNode->GetLayoutProperty<TextLayoutProperty>();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp615 …auto firstTextNode = BubbleView::CreateMessage(popupParam->GetMessage(), popupParam->IsUseCustom()… variable
616 EXPECT_NE(firstTextNode, nullptr);
1247 …auto firstTextNode = BubbleView::CreateMessage(popupParam->GetMessage(), popupParam->IsUseCustom()… variable
1248 ASSERT_NE(firstTextNode, nullptr);