Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance
385 struct TouchState { struct386 int32_t deviceId;387 int32_t source;388 size_t historyCurrent;389 size_t historySize;390 History history[2];414 Vector<TouchState> mTouchStates; argument
970 struct TouchState { struct978 TouchState(); argument
4450 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState