Searched refs:ScrollEventType (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.h | 66 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 D | observer_handler.cpp | 60 …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 D | observer_test_ng.cpp | 130 ScrollEventType::SCROLL_START); 150 ASSERT_EQ(info->scrollEvent, ScrollEventType::SCROLL_START);
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | ui_observer_listener.h | 40 const std::string& id, int32_t uniqueId, NG::ScrollEventType eventType, float offset);
|
H A D | ui_observer.h | 48 NG::ScrollEventType eventType, float offset);
|
H A D | ui_observer_listener.cpp | 53 const std::string& id, int32_t uniqueId, NG::ScrollEventType eventType, float offset) in OnScrollEventStateChange()
|
H A D | ui_observer.cpp | 223 NG::ScrollEventType eventType, float offset) in HandleScrollEventStateChange()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-observer.md | 36 ## ScrollEventType<sup>12+</sup> 120 | scrollEvent | [ScrollEventType](#scrolleventtype12) | 是 | 滚动事件的类型。 …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-observer.md | 36 ## 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 D | scrollable_pattern.cpp | 2530 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 D | grid_pattern.cpp | 277 AceType::WeakClaim(this), ScrollEventType::SCROLL_START); in FireOnScrollStart()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 8253 AceType::WeakClaim(this), ScrollEventType::SCROLL_START); in OnBackPressed() 8426 AceType::WeakClaim(this), ScrollEventType::SCROLL_STOP); in OnBackPressed()
|