Home
last modified time | relevance | path

Searched defs:LongPressEvent (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/events/
H A Dlong_press_event.h49 class LongPressEvent : public Event { class
58 LongPressEvent(const Point& pos, const TimeType& timeStamp) : Event(pos) in LongPressEvent() function in OHOS::LongPressEvent
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dlong_press_event.h30 class LongPressEvent : public virtual AceType { class
33 explicit LongPressEvent(GestureEventFunc&& callback) : callback_(std::move(callback)) {} in LongPressEvent() function in OHOS::Ace::NG::LongPressEvent

Completed in 1 milliseconds