Home
last modified time | relevance | path

Searched refs:tempTouchInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6430 TouchEventInfo tempTouchInfo = touchEventInfo_; in SetTouchEventInfo() local
6434 tempTouchInfo = touchEventQueue_.front(); in SetTouchEventInfo()
6443 touchEventInfo.SetSourceDevice(tempTouchInfo.GetSourceDevice()); in SetTouchEventInfo()
6444 touchEventInfo.SetTarget(tempTouchInfo.GetTarget()); in SetTouchEventInfo()
6445 touchEventInfo.SetForce(tempTouchInfo.GetForce()); in SetTouchEventInfo()
6446 touchEventInfo.SetSourceTool(tempTouchInfo.GetSourceTool()); in SetTouchEventInfo()
6447 touchEventInfo.SetTargetDisplayId(tempTouchInfo.GetTargetDisplayId()); in SetTouchEventInfo()
6448 touchEventInfo.SetDeviceId(tempTouchInfo.GetDeviceId()); in SetTouchEventInfo()
6458 SetTouchLocationInfo(touchEvent, changedInfo, tempTouchInfo, touchEventInfo); in SetTouchEventInfo()
6464 const TouchEventInfo& tempTouchInfo, TouchEventInfo& touchEventInfo) in SetTouchLocationInfo() argument
[all …]
H A Dweb_pattern.h941 const TouchEventInfo& tempTouchInfo, TouchEventInfo& touchEventInfo);