Home
last modified time | relevance | path

Searched refs:JSTextPicker (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp197 void JSTextPicker::JSBind(BindingTarget globalObj) in JSBind()
199 JSClass<JSTextPicker>::Declare("TextPicker"); in JSBind()
201 JSClass<JSTextPicker>::StaticMethod("create", &JSTextPicker::Create, opt); in JSBind()
202 JSClass<JSTextPicker>::StaticMethod("defaultPickerItemHeight", &JSTextPicker::SetDefaultPickerItemHeight); in JSBind()
203 JSClass<JSTextPicker>::StaticMethod("canLoop", &JSTextPicker::SetCanLoop); in JSBind()
204 JSClass<JSTextPicker>::StaticMethod("disappearTextStyle", &JSTextPicker in JSBind()
[all...]
H A Djs_textpicker.h80 class JSTextPicker : public JSViewAbstract { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl_ng.cpp525 JSTextPicker::JSBind(globalObj); in JsBindViews()
H A Djsi_view_register_impl.cpp639 { "TextPicker", JSTextPicker::JSBind },

Completed in 5 milliseconds