Home
last modified time | relevance | path

Searched defs:indicatorNode_ (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_indicator.h115 WeakPtr<NG::UINode> indicatorNode_; variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
Dswiper_test_ng.h92 RefPtr<FrameNode> indicatorNode_; variable
Darc_swiper_indicator_modifiy_test_ng.cpp868 auto indicatorNode_ = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(4)); variable
889 auto indicatorNode_ = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(4)); variable
910 auto indicatorNode_ = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(4)); variable
931 auto indicatorNode_ = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(4)); variable
Dswiper_layout_test_ng.cpp162 auto indicatorNode_ = FrameNode::GetOrCreateFrameNode(V2::SWIPER_INDICATOR_ETS_TAG, variable
Dswiper_indicator_test_ng.cpp479 auto indicatorNode_ = AceType::DynamicCast<FrameNode>(frameNode_->GetChildAtIndex(4)); variable
Dswiper_attr_test_ng.cpp2163 …auto indicatorNode_ = AceType::DynamicCast<FrameNode>(ViewStackProcessor::GetInstance()->Finish()); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_pattern.h1406 WeakPtr<NG::UINode> indicatorNode_; variable