Searched refs:SCROLL_START (Results 1 – 12 of 12) sorted by relevance
/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/frameworks/core/components_ng/base/ |
H A D | observer_handler.cpp | 68 if (eventType == ScrollEventType::SCROLL_START) { in NotifyScrollEventStateChange() 199 ScrollEventType::SCROLL_START, in GetScrollEventState()
|
H A D | observer_handler.h | 67 SCROLL_START = 0, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_utils.h | 110 SCROLL_START = 0x01000000, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | js_ui_observer.cpp | 60 static constexpr uint32_t SCROLL_START = 0; variable 1012 napi_create_uint32(env, SCROLL_START, &prop); in AddToScrollEventType()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-observer.md | 46 | SCROLL_START | 0 | 滚动事件开始。 |
|
/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() 2542 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_START); in FireOnScrollStart()
|
/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/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-observer.md | 46 | SCROLL_START | 0 | The scroll event starts.|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 1271 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_START); in FireAnimationStartEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 205 … { AccessibilityEventType::SCROLL_START, Accessibility::EventType::TYPE_VIEW_SCROLLED_START }, in ConvertAceEventType()
|
/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()
|