Home
last modified time | relevance | path

Searched refs:GetSwiperParameters (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp123 const auto params = swiper.GetSwiperParameters(); in SaveDotIndicatorProperty()
H A Dswiper_pattern.h412 std::shared_ptr<SwiperParameters> GetSwiperParameters() const;
H A Dswiper_model_ng.cpp819 return pattern->GetSwiperParameters(); in GetDotIndicator()
H A Dswiper_pattern.cpp3976 std::shared_ptr<SwiperParameters> SwiperPattern::GetSwiperParameters() const in GetSwiperParameters() function in OHOS::Ace::NG::SwiperPattern
4121 auto swiperParameters = GetSwiperParameters(); in UpdatePaintProperty()
5888 …json->PutExtAttr("indicator", SwiperHelper::GetDotIndicatorStyle(GetSwiperParameters()).c_str(), f… in ToJsonValue()