Home
last modified time | relevance | path

Searched refs:onTouchUp (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.h50 void SetOnTouchUp(const OnTouchEventCallback& onTouchUp) const in SetOnTouchUp() argument
52 if (onTouchUp) { in SetOnTouchUp()
53 rawRecognizer_->SetOnTouchUp(onTouchUp); in SetOnTouchUp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h77 void SetOnTouchUp(const OnTouchEventCallback& onTouchUp) in SetOnTouchUp() argument
79 onEventCallbacks_[EventStage::BUBBLE][EventType::TOUCH_UP] = onTouchUp; in SetOnTouchUp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h278 std::function<void(const TouchEventInfo&)> onTouchUp; member
H A Dselect_overlay_pattern.cpp271 info_->onTouchUp(info); in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp231 …info.onTouchUp = [weakCallback = WeakClaim(AceType::RawPtr(callback))](const TouchEventInfo& event… in RegisterTouchCallback()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp597 infoPtr->onTouchUp = [](const TouchEventInfo& info) { in __anonede6c0370802()
638 infoPtr->onTouchUp = [](const TouchEventInfo& info) { in __anonede6c0370a02()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3834 selectInfo.onTouchUp = [weak = AceType::WeakClaim(this)](const TouchEventInfo& info) {}; in RegisterSelectOverlayEvent()