Searched refs:NativeEmbeadTouchInfo (Results 1 – 3 of 3) sorted by relevance
1032 class NativeEmbeadTouchInfo : public BaseEventInfo {1033 DECLARE_RELATIONSHIP_OF_CLASSES(NativeEmbeadTouchInfo, BaseEventInfo);1036 NativeEmbeadTouchInfo(const std::string& embedId, in NativeEmbeadTouchInfo() function1040 ~NativeEmbeadTouchInfo() override = default;
4727 JSRef<JSVal> NativeEmbeadTouchToJSValue(const NativeEmbeadTouchInfo& eventInfo) in NativeEmbeadTouchToJSValue()4781 auto jsFunc = AceType::MakeRefPtr<JsEventFunction<NativeEmbeadTouchInfo, 1>>( in OnNativeEmbedGestureEvent()4788 auto* eventInfo = TypeInfoHelper::DynamicCast<NativeEmbeadTouchInfo>(info); in OnNativeEmbedGestureEvent()
6585 std::make_shared<NativeEmbeadTouchInfo>(embedId, touchEventInfo, param)); in OnNativeEmbedGestureEvent()