Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance
383 struct TouchState { struct384 int32_t deviceId;385 int32_t source;386 size_t historyCurrent;387 size_t historySize;388 History history[2];412 Vector<TouchState> mTouchStates; argument
954 struct TouchState { struct962 TouchState(); argument
4431 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState