Home
last modified time | relevance | path

Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DInputTransport.h385 struct TouchState { struct
386 int32_t deviceId;
387 int32_t source;
388 size_t historyCurrent;
389 size_t historySize;
390 History history[2];
414 Vector<TouchState> mTouchStates; argument
/frameworks/native/services/inputflinger/
DInputDispatcher.h970 struct TouchState { struct
978 TouchState(); argument
DInputDispatcher.cpp4450 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState