Searched refs:scrollFrameBeginCallback (Results 1 – 2 of 2) sorted by relevance
352 …[[deprecated]] void SetOnScrollFrameBegin(const ScrollFrameBeginCallback& scrollFrameBeginCallback) in SetOnScrollFrameBegin() argument354 scrollFrameBeginCallback_ = scrollFrameBeginCallback; in SetOnScrollFrameBegin()
2357 auto scrollFrameBeginCallback = eventHub->GetOnScrollFrameBegin(); in ExecuteScrollFrameBegin() local2358 if (!context || !scrollFrameBeginCallback) { in ExecuteScrollFrameBegin()2363 auto scrollRes = scrollFrameBeginCallback(-offset, state); in ExecuteScrollFrameBegin()