Searched defs:TouchState (Results 1 – 4 of 4) sorted by relevance
436 struct TouchState { struct437 int32_t deviceId;438 int32_t source;439 size_t historyCurrent;440 size_t historySize;441 History history[2];442 History lastResample;444 void initialize(int32_t deviceId, int32_t source) { in initialize()453 void addHistory(const InputMessage& msg) { in addHistory()483 Vector<TouchState> mTouchStates; argument
1074 struct TouchState { struct1089 TouchState(); argument
5093 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState
192 enum class TouchState { INACTIVE, ACTIVE }; enum