Home
last modified time | relevance | path

Searched defs:swiperParameters (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h37 SwiperParameters swiperParameters = JSSwiper::GetDotIndicatorInfo(obj); in ApplyThemeInConstructor() local
44 …static void ApplyThemeToDotIndicator(SwiperParameters &swiperParameters, const JSRef<JSObject>& ob… in ApplyThemeToDotIndicator()
59 static void ApplyThemeToDotIndicatorForce(SwiperParameters &swiperParameters) in ApplyThemeToDotIndicatorForce()
68 …static void ApplyThemeToIndicatorStyle(SwiperParameters &swiperParameters, const JSRef<JSObject>& … in ApplyThemeToIndicatorStyle()
83 …static void ApplyThemeToDigitIndicator(SwiperDigitalParameters &swiperParameters, const JSRef<JSOb… in ApplyThemeToDigitIndicator()
98 …static void ApplyThemeToDisplayArrow(SwiperArrowParameters &swiperParameters, const JSRef<JSObject… in ApplyThemeToDisplayArrow()
114 static void ApplyThemeToDisplayArrowForce(SwiperArrowParameters &swiperParameters) in ApplyThemeToDisplayArrowForce()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp461 SwiperParameters swiperParameters; in GetDotIndicatorInfo() local
710 SwiperParameters swiperParameters = GetDotIndicatorInfo(obj); in SetIndicator() local
716 SwiperParameters swiperParameters = GetDotIndicatorInfo(obj); in SetIndicator() local
722 SwiperParameters swiperParameters = GetDotIndicatorInfo(JSRef<JSObject>::New()); in SetIndicator() local
738 SwiperParameters swiperParameters; in SetIndicatorStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp209 …xDisplayCount(const std::vector<std::string>& dotIndicatorInfo, SwiperParameters& swiperParameters) in ParseMaxDisplayCount()
234 SwiperParameters swiperParameters; in GetDotIndicatorInfo() local
304 SwiperParameters swiperParameters; in GetDotIndicatorProps() local
761 SwiperParameters swiperParameters = GetDotIndicatorInfo(frameNode, res); in SetSwiperIndicator() local
765 SwiperParameters swiperParameters = GetDotIndicatorInfo(frameNode, res); in SetSwiperIndicator() local
1004 SwiperParameters swiperParameters = GetDotIndicatorProps(frameNode, indicator); in SetSwiperIndicatorStyle() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp264 SwiperParameters swiperParameters; variable
1119 SwiperParameters swiperParameters; variable
H A Dswiper_indicator_test_ng.cpp228 SwiperParameters swiperParameters; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_swiper_ffi.cpp120 SwiperParameters swiperParameters { in FfiOHOSAceFrameworkSwiperSetIndicatorStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dswiper_model_impl.cpp237 void SwiperModelImpl::SetIndicatorStyle(const SwiperParameters& swiperParameters) in SetIndicatorStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.cpp262 void SwiperModelNG::SetIndicatorStyle(const SwiperParameters& swiperParameters) in SetIndicatorStyle()
271 void SwiperModelNG::SetDotIndicatorStyle(const SwiperParameters& swiperParameters) in SetDotIndicatorStyle()
615 …SwiperModelNG::SetDotIndicatorStyle(FrameNode* frameNode, const SwiperParameters& swiperParameters) in SetDotIndicatorStyle()
H A Dswiper_model.h134 virtual void SetDotIndicatorStyle(const SwiperParameters& swiperParameters) {} in SetDotIndicatorStyle()
H A Dswiper_pattern.h260 void SetSwiperParameters(const SwiperParameters& swiperParameters) in SetSwiperParameters()
H A Dswiper_pattern.cpp4121 auto swiperParameters = GetSwiperParameters(); in UpdatePaintProperty() local