Home
last modified time | relevance | path

Searched defs:ScrollFrameBeginCallback (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow.cpp283 void JSWaterFlow::ScrollFrameBeginCallback(const JSCallbackInfo& args) in ScrollFrameBeginCallback() function in OHOS::Ace::Framework::JSWaterFlow
Djs_list.cpp593 void JSList::ScrollFrameBeginCallback(const JSCallbackInfo& args) in ScrollFrameBeginCallback() function in OHOS::Ace::Framework::JSList
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscrollable.h57 using ScrollFrameBeginCallback = std::function<ScrollFrameResult(Dimension, ScrollState)>; variable