Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp450 const ComponentAsyncEventHandler SLIDER_NODE_ASYNC_EVENT_HANDLERS[] = { variable
843 … if (subKind >= sizeof(SLIDER_NODE_ASYNC_EVENT_HANDLERS) / sizeof(ComponentAsyncEventHandler)) { in NotifyComponentAsyncEvent()
847 eventHandle = SLIDER_NODE_ASYNC_EVENT_HANDLERS[subKind]; in NotifyComponentAsyncEvent()