Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.h34 … static std::string GetDigitIndicatorStyle(const std::shared_ptr<SwiperDigitalParameters>& params);
H A Dswiper_helper.cpp396 std::string SwiperHelper::GetDigitIndicatorStyle(const std::shared_ptr<SwiperDigitalParameters>& pa… in GetDigitIndicatorStyle() function in OHOS::Ace::NG::SwiperHelper
H A Dswiper_pattern.cpp5891 … "indicator", SwiperHelper::GetDigitIndicatorStyle(GetSwiperDigitalParameters()).c_str(), filter); in ToJsonValue()