Home
last modified time | relevance | path

Searched refs:lastTextNode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp62 RefPtr<FrameNode> lastTextNode; in OnModifyDone() local
67 lastTextNode = DynamicCast<FrameNode>(host->GetLastChild()); in OnModifyDone()
72 lastTextNode = FrameNode::CreateFrameNode( in OnModifyDone()
75 UpdateTextContent(layoutProperty, firstTextNode, lastTextNode); in OnModifyDone()
77 host->AddChild(lastTextNode); in OnModifyDone()
100 RefPtr<FrameNode> lastTextNode; in OnModifyDone() local
429 CHECK_NULL_VOID(lastTextNode); in UpdateTextContent()
434 lastTextNode->SetInternal(); in UpdateTextContent()
450 UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode); in UpdateTextContent()
496 CHECK_NULL_VOID(lastTextNode); 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_test_ng.cpp95 auto lastTextNode = AceType::DynamicCast<FrameNode>(indicatorNode_->GetLastChild()); variable
97 auto lastTextLayoutProperty = lastTextNode->GetLayoutProperty<TextLayoutProperty>();
697 auto lastTextNode = FrameNode::CreateFrameNode( variable
701 indicatorPattern->UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode);
H A Dswiper_attr_test_ng.cpp312 auto lastTextNode = GetChildFrameNode(indicatorNode_, 1); variable
314 auto lastTextLayoutProperty = lastTextNode->GetLayoutProperty<TextLayoutProperty>();
347 auto lastTextNode = GetChildFrameNode(indicatorNode_, 1); variable
349 auto lastTextLayoutProperty = lastTextNode->GetLayoutProperty<TextLayoutProperty>();
H A Dswiper_indicator_common_test_ng.cpp339 auto lastTextNode = FrameNode::CreateFrameNode( variable
346 indicatorPattern->UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode);
356 indicatorPattern->UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode);