Home
last modified time | relevance | path

Searched refs:JsOnReachEnd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.h65 static void JsOnReachEnd(const JSCallbackInfo& args);
H A Djs_grid.cpp394 JSClass<JSGrid>::StaticMethod("onReachEnd", &JSGrid::JsOnReachEnd); in JSBind()
788 void JSGrid::JsOnReachEnd(const JSCallbackInfo& args) in JsOnReachEnd() function in OHOS::Ace::Framework::JSGrid