Home
last modified time | relevance | path

Searched refs:JSSwiper (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp93 void JSSwiper::Create(const JSCallbackInfo& info) in Create()
108 void JSSwiper::JsRemoteMessage(const JSCallbackInfo& info) in JsRemoteMessage()
116 void JSSwiper::JSBind(BindingTarget globalObj) in JSBind()
119 JSClass<JSSwiper>::Declare("Swiper"); in JSBind()
121 JSClass<JSSwiper>::StaticMethod("create", &JSSwiper::Create, opt); in JSBind()
122 JSClass<JSSwiper>::StaticMethod("indicatorInteractive", &JSSwiper::SetIndicatorInteractive, opt); in JSBind()
123 JSClass<JSSwiper>::StaticMethod("autoPlay", &JSSwiper in JSBind()
[all...]
H A Djs_swiper.h24 class JSSwiper : public JSContainerBase { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h25 class JSSwiper;
26 class JSSwiperTheme : public JSSwiper {
37 SwiperParameters swiperParameters = JSSwiper::GetDotIndicatorInfo(obj); in ApplyThemeInConstructor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp537 { "Swiper", JSSwiper::JSBind },
607 { "Swiper", JSSwiper::JSBind },
H A Djsi_view_register_impl_ng.cpp491 JSSwiper::JSBind(globalObj); in JsBindViews()

Completed in 4 milliseconds