Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance
416 struct TouchState { struct417 int32_t deviceId;418 int32_t source;419 size_t historyCurrent;420 size_t historySize;421 History history[2];422 History lastResample;424 void initialize(int32_t deviceId, int32_t source) { in initialize()433 void addHistory(const InputMessage& msg) { in addHistory()463 Vector<TouchState> mTouchStates; argument
969 struct TouchState { struct977 TouchState(); argument
4466 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState