Home
last modified time | relevance | path

Searched defs:TouchState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h188 struct TouchState { struct
189 int32_t deviceId;
190 int32_t source;
191 size_t historyCurrent;
192 size_t historySize;
193 History history[HISTORY_SIZE_MAX];
194 History lastResample;
196 void Initialize(int32_t deviceId, int32_t source) in Initialize()
205 void AddHistory(const MotionEvent &event) in AddHistory()
214 const History* GetHistory(size_t idx) const in GetHistory()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_touch_manager.h32 enum TouchState : int32_t { enum