Home
last modified time | relevance | path

Searched defs:onTouchUp (Results 1 – 3 of 3) 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h77 void SetOnTouchUp(const OnTouchEventCallback& 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