Home
last modified time | relevance | path

Searched refs:JsOnScrollStart (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.h46 static void JsOnScrollStart(const JSCallbackInfo& args);
H A Djs_grid.h66 static void JsOnScrollStart(const JSCallbackInfo& args);
H A Djs_water_flow.cpp251 JSClass<JSWaterFlow>::StaticMethod("onScrollStart", &JSWaterFlow::JsOnScrollStart); in JSBind()
499 void JSWaterFlow::JsOnScrollStart(const JSCallbackInfo& args) in JsOnScrollStart() function in OHOS::Ace::Framework::JSWaterFlow
H A Djs_grid.cpp395 JSClass<JSGrid>::StaticMethod("onScrollStart", &JSGrid::JsOnScrollStart); in JSBind()
698 void JSGrid::JsOnScrollStart(const JSCallbackInfo& args) in JsOnScrollStart() function in OHOS::Ace::Framework::JSGrid