Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.h48 static void JsOnScrollIndex(const JSCallbackInfo& args);
H A Djs_grid.h68 static void JsOnScrollIndex(const JSCallbackInfo& args);
H A Djs_water_flow.cpp253 JSClass<JSWaterFlow>::StaticMethod("onScrollIndex", &JSWaterFlow::JsOnScrollIndex); in JSBind()
523 void JSWaterFlow::JsOnScrollIndex(const JSCallbackInfo& args) in JsOnScrollIndex() function in OHOS::Ace::Framework::JSWaterFlow
H A Djs_grid.cpp397 JSClass<JSGrid>::StaticMethod("onScrollIndex", &JSGrid::JsOnScrollIndex); in JSBind()
725 void JSGrid::JsOnScrollIndex(const JSCallbackInfo& args) in JsOnScrollIndex() function in OHOS::Ace::Framework::JSGrid