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 D | swiper_indicator_pattern.cpp | 62 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 D | swiper_indicator_pattern.h | 188 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 D | swiper_indicator_test_ng.cpp | 95 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 D | swiper_attr_test_ng.cpp | 312 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 D | swiper_indicator_common_test_ng.cpp | 339 auto lastTextNode = FrameNode::CreateFrameNode( variable 346 indicatorPattern->UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode); 356 indicatorPattern->UpdateTextContentSub(layoutProperty, firstTextNode, lastTextNode);
|