Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.h47 static void JsOnScrollStop(const JSCallbackInfo& args);
H A Djs_grid.h67 static void JsOnScrollStop(const JSCallbackInfo& args);
H A Djs_water_flow.cpp252 JSClass<JSWaterFlow>::StaticMethod("onScrollStop", &JSWaterFlow::JsOnScrollStop); in JSBind()
511 void JSWaterFlow::JsOnScrollStop(const JSCallbackInfo& args) in JsOnScrollStop() function in OHOS::Ace::Framework::JSWaterFlow
H A Djs_grid.cpp396 JSClass<JSGrid>::StaticMethod("onScrollStop", &JSGrid::JsOnScrollStop); in JSBind()
710 void JSGrid::JsOnScrollStop(const JSCallbackInfo& args) in JsOnScrollStop() function in OHOS::Ace::Framework::JSGrid