Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DInputTransport.h372 struct TouchState { struct
373 int32_t deviceId;
374 int32_t source;
375 size_t historyCurrent;
376 size_t historySize;
377 History history[2];
401 Vector<TouchState> mTouchStates; argument
/frameworks/base/services/input/
DInputDispatcher.h926 struct TouchState { struct
933 TouchState(); argument
DInputDispatcher.cpp4242 InputDispatcher::TouchState::TouchState() : in TouchState() function in android::InputDispatcher::TouchState