Searched refs:SwiperHelper (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_helper.cpp | 22 void SwiperHelper::InitSwiperController(const RefPtr<SwiperController>& controller, const WeakPtr<S… in InitSwiperController() 74 void SwiperHelper::SaveDigitIndicatorProperty(const RefPtr<FrameNode>& indicatorNode, SwiperPattern… in SaveDigitIndicatorProperty() 118 void SwiperHelper::SaveDotIndicatorProperty(const RefPtr<FrameNode>& indicatorNode, SwiperPattern& … in SaveDotIndicatorProperty() 250 void SwiperHelper::DumpAdvanceInfo(SwiperPattern& swiper) in DumpAdvanceInfo() 270 void SwiperHelper::DumpInfoAddPositionDesc(SwiperPattern& swiper) in DumpInfoAddPositionDesc() 303 void SwiperHelper::DumpInfoAddGestureDesc(SwiperPattern& swiper) in DumpInfoAddGestureDesc() 344 void SwiperHelper::DumpInfoAddAnimationDesc(SwiperPattern& swiper) in DumpInfoAddAnimationDesc() 375 std::string SwiperHelper::GetDotIndicatorStyle(const std::shared_ptr<SwiperParameters>& params) in GetDotIndicatorStyle() 396 std::string SwiperHelper::GetDigitIndicatorStyle(const std::shared_ptr<SwiperDigitalParameters>& pa… in GetDigitIndicatorStyle()
|
H A D | swiper_helper.h | 23 class SwiperHelper {
|
H A D | swiper_pattern.cpp | 121 SwiperHelper::InitSwiperController(swiperController_, WeakClaim(this)); in SwiperPattern() 2095 SwiperHelper::SaveDotIndicatorProperty(indicatorNode, *this); in InitIndicator() 2097 SwiperHelper::SaveDigitIndicatorProperty(indicatorNode, *this); in InitIndicator() 5162 SwiperHelper::DumpAdvanceInfo(*this); in DumpAdvanceInfo() 5888 …json->PutExtAttr("indicator", SwiperHelper::GetDotIndicatorStyle(GetSwiperParameters()).c_str(), f… in ToJsonValue() 5891 … "indicator", SwiperHelper::GetDigitIndicatorStyle(GetSwiperDigitalParameters()).c_str(), filter); in ToJsonValue() 5924 SwiperHelper::InitSwiperController(controller, WeakClaim(this)); in SetSwiperController()
|
H A D | swiper_pattern.h | 949 friend class SwiperHelper; variable
|