Home
last modified time | relevance | path

Searched defs:onTouchDown (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.h38 void SetOnTouchDown(const OnTouchEventCallback& onTouchDown) const in SetOnTouchDown()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h67 void SetOnTouchDown(const OnTouchEventCallback& onTouchDown) in SetOnTouchDown()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h277 std::function<void(const TouchEventInfo&)> onTouchDown; member