Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_position_controller.h137 case ScrollEvent::SCROLL_END: in SetScrollEvent()
179 case ScrollEvent::SCROLL_END: in HandleScrollEvent()
H A Dscroll_controller_base.h40 SCROLL_END, enumerator
H A Dscroll_position_controller.cpp33 case ScrollEvent::SCROLL_END: in ToJSONString()
H A Drender_single_child_scroll.cpp55 positionController_->SetScrollEvent(ScrollEvent::SCROLL_END, in Update()
H A Drender_scroll.cpp485 std::make_shared<ScrollEventInfo>(ScrollEvent::SCROLL_END, 0.0, 0.0, -1)); in ResetScrollEventCallBack()
911 std::make_shared<ScrollEventInfo>(ScrollEvent::SCROLL_END, 0.0, 0.0, -1)); in SetBarCallBack()
H A Drender_multi_child_scroll.cpp304 positionController_->SetScrollEvent(ScrollEvent::SCROLL_END, in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_utils.h104 SCROLL_END = 0x00001000, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp1257 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_END); in FireChangeEvent()
1290 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_END); in FireAnimationEndEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp196 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_END); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2713 host->OnAccessibilityEvent(AccessibilityEventType::SCROLL_END); in OnScrollStop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp4890 …ntType == AccessibilityEventType::PAGE_CHANGE || eventType == AccessibilityEventType::SCROLL_END) { in OnAccessibilityEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp196 { AccessibilityEventType::SCROLL_END, Accessibility::EventType::TYPE_VIEW_SCROLLED_EVENT }, in ConvertAceEventType()