Home
last modified time | relevance | path

Searched refs:GetDotIndicatorStyle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.h33 static std::string GetDotIndicatorStyle(const std::shared_ptr<SwiperParameters>& params);
H A Dswiper_helper.cpp375 std::string SwiperHelper::GetDotIndicatorStyle(const std::shared_ptr<SwiperParameters>& params) in GetDotIndicatorStyle() function in OHOS::Ace::NG::SwiperHelper
H A Dswiper_pattern.cpp5888 …json->PutExtAttr("indicator", SwiperHelper::GetDotIndicatorStyle(GetSwiperParameters()).c_str(), f… in ToJsonValue()