Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h29 struct TouchState { struct
44 TouchState(); argument
DTouchState.cpp27 TouchState::TouchState() in TouchState() function in android::inputdispatcher::TouchState
/frameworks/native/include/input/
DInputTransport.h436 struct TouchState { struct
437 int32_t deviceId;
438 int32_t source;
439 size_t historyCurrent;
440 size_t historySize;
441 History history[2];
442 History lastResample;
444 void initialize(int32_t deviceId, int32_t source) { in initialize()
453 void addHistory(const InputMessage& msg) { in addHistory()
483 Vector<TouchState> mTouchStates; argument
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h188 enum class TouchState { INACTIVE, ACTIVE }; enum