Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.h45 static void JsOnScroll(const JSCallbackInfo& args);
H A Djs_grid.h63 static void JsOnScroll(const JSCallbackInfo& args);
H A Djs_water_flow.cpp250 JSClass<JSWaterFlow>::StaticMethod("onScroll", &JSWaterFlow::JsOnScroll); in JSBind()
485 void JSWaterFlow::JsOnScroll(const JSCallbackInfo& args) in JsOnScroll() function in OHOS::OHOS::Ace::Framework::JSWaterFlow
H A Djs_grid.cpp392 JSClass<JSGrid>::StaticMethod("onScroll", &JSGrid::JsOnScroll); in JSBind()
684 void JSGrid::JsOnScroll(const JSCallbackInfo& args) in JsOnScroll() function in OHOS::OHOS::Ace::Framework::JSGrid

Completed in 4 milliseconds