Home
last modified time | relevance | path

Searched refs:JSTimeoutGesture (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.h154 class JSTimeoutGesture : public JSGesture { class
155 DECLARE_ACE_TYPE(JSTimeoutGesture, JSGesture)
H A Djs_gesture.cpp741 JSClass<JSTimeoutGesture>::Declare("TimeoutGesture"); in JSBind()
742 JSClass<JSTimeoutGesture>::StaticMethod("create", &JSTimeoutGesture::Create, opt); in JSBind()
743 JSClass<JSTimeoutGesture>::StaticMethod("pop", &JSGesture::Pop); in JSBind()
745 JSClass<JSTimeoutGesture>::Bind<>(globalObj); in JSBind()
748 void JSTimeoutGesture::Create(const JSCallbackInfo& args) in Create()
761 void JSTimeoutGesture::JSBind(BindingTarget globalObj) in JSBind()
763 JSClass<JSTimeoutGesture>::Declare("TimeoutGesture"); in JSBind()
765 JSClass<JSTimeoutGesture>::StaticMethod("create", &JSTimeoutGesture in JSBind()
[all...]

Completed in 2 milliseconds