Home
last modified time | relevance | path

Searched defs:TouchInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.h43 struct TouchInfo { struct
50 void HandleTouchInfo(const TouchInfo& touchInfo); argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.h43 struct TouchInfo { struct
44 double x = -1;
45 double y = -1;
46 int32_t id = -1;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h57 struct TouchInfo { struct
58 double x = -1;
59 double y = -1;
60 int32_t id = -1;
600 struct TouchInfo { struct
605 static bool ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos); argument
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer.h71 struct TouchInfo { struct
72 TouchPoint touchPoint;
73 TouchType touchType = TouchType::CANCEL;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h83 struct TouchInfo { struct
84 double x = -1;
85 double y = -1;
86 int32_t id = -1;
942 struct TouchInfo { struct
947 static bool ParseTouchInfo(const TouchEventInfo& info, std::list<TouchInfo>& touchInfos); argument