Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.cpp58 void JSGauge::JSBind(BindingTarget globalObj) in JSBind()
60 JSClass<JSGauge>::Declare("Gauge"); in JSBind()
61 JSClass<JSGauge>::StaticMethod("create", &JSGauge::Create); in JSBind()
63 JSClass<JSGauge>::StaticMethod("value", &JSGauge::SetValue); in JSBind()
64 JSClass<JSGauge>::StaticMethod("startAngle", &JSGauge::SetStartAngle); in JSBind()
65 JSClass<JSGauge>::StaticMethod("endAngle", &JSGauge in JSBind()
[all...]
H A Djs_gauge.h23 class JSGauge : public JSViewAbstract { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp33 RefPtr<ProgressTheme> progressTheme = JSGauge::GetTheme<ProgressTheme>(); in Create()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp535 { "Gauge", JSGauge::JSBind },
708 { "Gauge", JSGauge::JSBind },
H A Djsi_view_register_impl_ng.cpp544 JSGauge::JSBind(globalObj); in JsBindViews()

Completed in 4 milliseconds