Home
last modified time | relevance | path

Searched refs:onTouchMove (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.h44 void SetOnTouchMove(const OnTouchEventCallback& onTouchMove) const in SetOnTouchMove() argument
46 if (onTouchMove) { in SetOnTouchMove()
47 rawRecognizer_->SetOnTouchMove(onTouchMove); in SetOnTouchMove()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h72 void SetOnTouchMove(const OnTouchEventCallback& onTouchMove) in SetOnTouchMove() argument
74 onEventCallbacks_[EventStage::BUBBLE][EventType::TOUCH_MOVE] = onTouchMove; in SetOnTouchMove()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h279 std::function<void(const TouchEventInfo&)> onTouchMove; member
H A Dselect_overlay_pattern.cpp272 } else if (info_->onTouchMove && changedPoint.GetTouchType() == TouchType::MOVE) { in HandleTouchEvent()
273 info_->onTouchMove(info); in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp236 …info.onTouchMove = [weakCallback = WeakClaim(AceType::RawPtr(callback))](const TouchEventInfo& eve… in RegisterTouchCallback()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp267 selectInfo.onTouchMove(event);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp679 infoPtr->onTouchMove = [](const TouchEventInfo& info) { in __anonede6c0370c02()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3835 selectInfo.onTouchMove = [weak = AceType::WeakClaim(this)](const TouchEventInfo& info) {}; in RegisterSelectOverlayEvent()