Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance
403 struct TouchState { struct404 int32_t deviceId;405 int32_t source;406 size_t historyCurrent;407 size_t historySize;408 History history[2];409 History lastResample;411 void initialize(int32_t deviceId, int32_t source) { in initialize()420 void addHistory(const InputMessage& msg) { in addHistory()450 Vector<TouchState> mTouchStates; argument
969 struct TouchState { struct977 TouchState(); argument
4512 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState