Searched refs:ScrollEventHandleFunc (Results 1 – 2 of 2) sorted by relevance
162 using ScrollEventHandleFunc = void (*)(const std::string&, int32_t, ScrollEventType, float); variable174 void SetHandleScrollEventChangeFunc(ScrollEventHandleFunc func);188 ScrollEventHandleFunc scrollEventHandleFunc_ = nullptr;
265 void UIObserverHandler::SetHandleScrollEventChangeFunc(ScrollEventHandleFunc func) in SetHandleScrollEventChangeFunc()