Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_properties.h69 ON_SCROLL_START = 0, enumerator
249 case ScrollableEventType::ON_SCROLL_START: in GetEventStr()
H A Dscrollable_pattern.cpp2549 AddEventsFiredInfo(ScrollableEventType::ON_SCROLL_START); in FireOnScrollStart()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.cpp157 return ON_SCROLL_START; in ConvertOriginEventType()
359 case ON_SCROLL_START: in ConvertToNodeEventType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp784 event.componentAsyncEvent.subKind = ON_SCROLL_START; in SetOnScrollStart()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp1014 EXPECT_EQ(ret, static_cast<int32_t>(ON_SCROLL_START));
1242 ret = OHOS::Ace::NodeModel::ConvertToNodeEventType(ON_SCROLL_START);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h880 ON_SCROLL_START, enumerator