Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h383 struct TouchState { struct
384 int32_t deviceId;
385 int32_t source;
386 size_t historyCurrent;
387 size_t historySize;
388 History history[2];
412 Vector<TouchState> mTouchStates; argument
/frameworks/native/services/inputflinger/
DInputDispatcher.h954 struct TouchState { struct
962 TouchState(); argument
DInputDispatcher.cpp4431 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState