Searched refs:SCROLL_START (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | observer_test_ng.cpp | 127 ScrollEventType::SCROLL_START); in HWTEST_F() member in OHOS::Ace::NG::ScrollEventType 147 ASSERT_EQ(info->scrollEvent, ScrollEventType::SCROLL_START); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_utils.h | 110 SCROLL_START = 0x01000000, member in OHOS::Ace::AccessibilityEventType
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.cpp | 67 if (eventType == ScrollEventType::SCROLL_START) { in NotifyScrollEventStateChange() 199 ScrollEventType::SCROLL_START, in GetScrollEventState()
|
H A D | observer_handler.h | 67 SCROLL_START = 0, member in OHOS::Ace::NG::ScrollEventType
|
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | js_ui_observer.cpp | 52 static constexpr uint32_t SCROLL_START = 0; member 970 napi_create_uint32(env, SCROLL_START, &prop); in AddToScrollEventType() 971 napi_set_named_property(env, scrollEventType, "SCROLL_START", prop); in AddToScrollEventType()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 2536 AceType::WeakClaim(this), ScrollEventType::SCROLL_START); in FireOnScrollStart() member in OHOS::Ace::NG::ScrollEventType 2548 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_START); in FireOnScrollStart()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_pattern.cpp | 258 AceType::WeakClaim(this), ScrollEventType::SCROLL_START); in FireOnScrollStart() member in OHOS::Ace::NG::ScrollEventType
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 1275 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_START); in FireChangeEvent() 1290 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_START); in FireAnimationStartEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 201 { AccessibilityEventType::SCROLL_START, Accessibility::EventType::TYPE_VIEW_SCROLLED_START }, in ConvertAceEventType()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 8260 AceType::WeakClaim(this), ScrollEventType::SCROLL_START);
|
Completed in 43 milliseconds