Home
last modified time | relevance | path

Searched defs:changeTouch (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_touch_function.cpp74 const std::list<TouchLocationInfo>& changeTouch = info.GetChangedTouches(); in CreateJSEventInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp105 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp54 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp88 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp94 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp585 const std::list<TouchLocationInfo>& changeTouch = info.GetChangedTouches(); in CreateTouchEventInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6772 const std::list<TouchLocationInfo>& changeTouch = eventInfo.GetChangedTouches(); in SetOnTouch() local
6862 const std::list<TouchLocationInfo>& changeTouch = eventInfo.GetChangedTouches(); in SetOnTouchIntercept() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4749 TouchLocationInfo changeTouch = info.GetChangedTouches().back(); in NativeEmbeadTouchToJSValue() local