Home
last modified time | relevance | path

Searched refs:indicatorNode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.h28 …static void SaveDigitIndicatorProperty(const RefPtr<FrameNode>& indicatorNode, SwiperPattern& swip…
29 …static void SaveDotIndicatorProperty(const RefPtr<FrameNode>& indicatorNode, SwiperPattern& swiper…
H A Dswiper_helper.cpp74 void SwiperHelper::SaveDigitIndicatorProperty(const RefPtr<FrameNode>& indicatorNode, SwiperPattern… in SaveDigitIndicatorProperty() argument
76 CHECK_NULL_VOID(indicatorNode); in SaveDigitIndicatorProperty()
77 auto indicatorProps = indicatorNode->GetLayoutProperty<SwiperIndicatorLayoutProperty>(); in SaveDigitIndicatorProperty()
115 swiper.SetDigitStartAndEndProperty(indicatorNode); in SaveDigitIndicatorProperty()
118 void SwiperHelper::SaveDotIndicatorProperty(const RefPtr<FrameNode>& indicatorNode, SwiperPattern& … in SaveDotIndicatorProperty() argument
120 CHECK_NULL_VOID(indicatorNode); in SaveDotIndicatorProperty()
121 auto indicatorProps = indicatorNode->GetLayoutProperty<SwiperIndicatorLayoutProperty>(); in SaveDotIndicatorProperty()
147 swiper.UpdatePaintProperty(indicatorNode); in SaveDotIndicatorProperty()
H A Dswiper_pattern.cpp467 if (indicatorNode && indicatorNode->GetTag() == V2::SWIPER_INDICATOR_ETS_TAG) { in UpdateIndicatorOnChildChange()
799 RefPtr<FocusHub> indicatorNode; in PreviousFocus() local
849 RefPtr<FocusHub> indicatorNode; in NextFocus() local
2067 RefPtr<FrameNode> indicatorNode; in InitIndicator() local
2076 indicatorNode = in InitIndicator()
2091 CHECK_NULL_VOID(indicatorNode); in InitIndicator()
2109 indicatorNode->MarkModifyDone(); in InitIndicator()
4114 CHECK_NULL_VOID(indicatorNode); in UpdatePaintProperty()
4141 CHECK_NULL_VOID(indicatorNode); in SetDigitStartAndEndProperty()
5834 if (!indicatorNode || indicatorNode->GetTag() != V2::SWIPER_INDICATOR_ETS_TAG) { in SetIndicatorChangeIndexStatus()
[all …]
H A Dswiper_pattern.h718 void SetDigitStartAndEndProperty(const RefPtr<FrameNode>& indicatorNode);
719 void UpdatePaintProperty(const RefPtr<FrameNode>& indicatorNode);
H A Dswiper_layout_algorithm.cpp1290 auto indicatorNode = indicatorWrapper->GetHostNode(); in ArrowLayout() local
1291 CHECK_NULL_VOID(indicatorNode); in ArrowLayout()
1296 … auto indicatorPaintProperty = indicatorNode->GetPaintProperty<DotIndicatorPaintProperty>(); in ArrowLayout()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H A Dstepper_test_ng.cpp1099 ASSERT_NE(indicatorNode, nullptr);
1100 swiperNode_->AddChild(indicatorNode);
1122 ASSERT_NE(indicatorNode, nullptr);
1123 swiperNode_->AddChild(indicatorNode);
1144 ASSERT_NE(indicatorNode, nullptr);
1145 swiperNode_->AddChild(indicatorNode);
1170 ASSERT_NE(indicatorNode, nullptr);
1171 swiperNode_->AddChild(indicatorNode);
1193 ASSERT_NE(indicatorNode, nullptr);
1194 swiperNode_->AddChild(indicatorNode);
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_test_ng.cpp322 auto indicatorNode = GetChildFrameNode(frameNode_, 4); variable
323 auto indicatorPattern = indicatorNode->GetPattern<SwiperIndicatorPattern>();
324 auto eventHub = indicatorNode->GetEventHub<EventHub>();
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_layout_test_ng.cpp1176 auto indicatorNode = variable
1178 ASSERT_NE(indicatorNode, nullptr);
1179 frameNode->AddChild(indicatorNode);