Home
last modified time | relevance | path

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

/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/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp68 if (eventType == ScrollEventType::SCROLL_START) { in NotifyScrollEventStateChange()
199 ScrollEventType::SCROLL_START, in GetScrollEventState()
H A Dobserver_handler.h67 SCROLL_START = 0, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_utils.h110 SCROLL_START = 0x01000000, enumerator
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Djs_ui_observer.cpp60 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 Djs-apis-arkui-observer.md46 | SCROLL_START | 0 | 滚动事件开始。 |
/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()
2542 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_START); in FireOnScrollStart()
/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/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-observer.md46 | SCROLL_START | 0 | The scroll event starts.|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1271 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_START); in FireAnimationStartEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp205 … { 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 Drich_editor_pattern.cpp8253 AceType::WeakClaim(this), ScrollEventType::SCROLL_START); in OnBackPressed()