Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.h66 enum class ScrollEventType { enum
74 ScrollEventType scrollEvent;
77 ScrollEventInfo(std::string id, int32_t uniqueId, ScrollEventType scrollEvent, float offset) in ScrollEventInfo()
148 …void NotifyScrollEventStateChange(const WeakPtr<AceType>& weakPattern, ScrollEventType scrollEvent…
162 using ScrollEventHandleFunc = void (*)(const std::string&, int32_t, ScrollEventType, float);
H A Dobserver_handler.cpp60 …ndler::NotifyScrollEventStateChange(const WeakPtr<AceType>& weakPattern, ScrollEventType eventType) in NotifyScrollEventStateChange()
68 if (eventType == ScrollEventType::SCROLL_START) { in NotifyScrollEventStateChange()
70 } else if (eventType == ScrollEventType::SCROLL_STOP) { in NotifyScrollEventStateChange()
199 ScrollEventType::SCROLL_START, in GetScrollEventState()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dobserver_test_ng.cpp130 ScrollEventType::SCROLL_START);
150 ASSERT_EQ(info->scrollEvent, ScrollEventType::SCROLL_START);
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.h40 const std::string& id, int32_t uniqueId, NG::ScrollEventType eventType, float offset);
H A Dui_observer.h48 NG::ScrollEventType eventType, float offset);
H A Dui_observer_listener.cpp53 const std::string& id, int32_t uniqueId, NG::ScrollEventType eventType, float offset) in OnScrollEventStateChange()
H A Dui_observer.cpp223 NG::ScrollEventType eventType, float offset) in HandleScrollEventStateChange()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-observer.md36 ## ScrollEventType<sup>12+</sup>
120 | scrollEvent | [ScrollEventType](#scrolleventtype12) | 是 | 滚动事件的类型。 …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-observer.md36 ## ScrollEventType<sup>12+</sup>
120 | scrollEvent | [ScrollEventType](#scrolleventtype12) | Yes | Type of the scroll…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2530 AceType::WeakClaim(this), ScrollEventType::SCROLL_START); in FireOnScrollStart()
2710 AceType::WeakClaim(this), ScrollEventType::SCROLL_STOP); in OnScrollStop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp277 AceType::WeakClaim(this), ScrollEventType::SCROLL_START); in FireOnScrollStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp8253 AceType::WeakClaim(this), ScrollEventType::SCROLL_START); in OnBackPressed()
8426 AceType::WeakClaim(this), ScrollEventType::SCROLL_STOP); in OnBackPressed()