Searched defs:TouchState (Results 1 – 4 of 4) sorted by relevance
29 struct TouchState { struct44 TouchState(); argument
27 TouchState::TouchState() in TouchState() function in android::inputdispatcher::TouchState
436 struct TouchState { struct437 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
188 enum class TouchState { INACTIVE, ACTIVE }; enum