Home
last modified time | relevance | path

Searched refs:scrollEventHandleFunc_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp76 CHECK_NULL_VOID(scrollEventHandleFunc_); in NotifyScrollEventStateChange()
77 scrollEventHandleFunc_(id, uniqueId, eventType, offset); in NotifyScrollEventStateChange()
267 scrollEventHandleFunc_ = func; in SetHandleScrollEventChangeFunc()
H A Dobserver_handler.h188 ScrollEventHandleFunc scrollEventHandleFunc_ = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dobserver_test_ng.cpp131 ASSERT_EQ(UIObserverHandler::GetInstance().scrollEventHandleFunc_, nullptr);