Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance
372 struct TouchState { struct373 int32_t deviceId;374 int32_t source;375 size_t historyCurrent;376 size_t historySize;377 History history[2];401 Vector<TouchState> mTouchStates; argument
926 struct TouchState { struct933 TouchState(); argument
4242 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState