Searched refs:CreateTouchInfo (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_touch_function.cpp | 25 JSRef<JSObject> JsTouchFunction::CreateTouchInfo(const TouchLocationInfo& touchInfo, TouchEventInfo& info) in CreateTouchInfo() function in OHOS::Ace::Framework::JsTouchFunction 68 JSRef<JSObject> element = CreateTouchInfo(location, info); in CreateJSEventInfo() 76 JSRef<JSObject> element = CreateTouchInfo(change, info); in CreateJSEventInfo()
|
H A D | js_touch_function.h | 40 static JSRef<JSObject> CreateTouchInfo(const TouchLocationInfo& touchInfo, TouchEventInfo& info);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.h | 28 static Local<panda::ObjectRef> CreateTouchInfo(
|
H A D | arkts_native_frame_node_bridge.cpp | 102 Local<panda::ObjectRef> FrameNodeBridge::CreateTouchInfo( in CreateTouchInfo() function in OHOS::Ace::NG::FrameNodeBridge 595 panda::ArrayRef::SetValueAt(vm, touchArr, idx++, CreateTouchInfo(vm, location, info)); 603 panda::ArrayRef::SetValueAt(vm, changeTouchArr, idx++, CreateTouchInfo(vm, change, info));
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 4888 JSRef<JSObject> CreateTouchInfo(const TouchLocationInfo& touchInfo, TouchEventInfo& info) in CreateTouchInfo() function 4933 JSRef<JSObject> changeTouchElement = CreateTouchInfo(changeTouch, info); in NativeEmbeadTouchToJSValue() 4942 JSRef<JSObject> touchElement = CreateTouchInfo(changeTouch, info); in NativeEmbeadTouchToJSValue() 4945 JSRef<JSObject> touchElement = CreateTouchInfo(location, info); in NativeEmbeadTouchToJSValue()
|
Completed in 13 milliseconds