Searched defs:onLongPress (Results 1 – 13 of 13) sorted by relevance
34 EventListener(OnEventFunc onClick, OnEventFunc onLongPress) in EventListener()
54 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress()
59 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress()
88 std::optional<GestureEventFunc> onLongPress; member
47 GestureEventFunc onLongPress; member
207 GestureEventFunc onLongPress; member
48 OnLongPress onLongPress; variable
466 void TextFieldComponent::SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress()
130 EventMarker onLongPress; member979 void SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress()
53 auto onLongPress = [](const BaseEventInfo* info) {}; in ConstructGestureStyle() local
42 auto onLongPress = [](const BaseEventInfo* info) {}; in ConstructGestureStyle() local
555 …auto onLongPress = [execCtx = args.GetExecutionContext(), func = jsOnLongPressFunc](BaseEventInfo*… in ParseJSGestureSpan() local
1474 …auto onLongPress = [execCtx = args.GetExecutionContext(), func = jsLongPressFunc, spanTypeInner = … in ParseUserGesture() local