Searched defs:TouchState (Results 1 – 5 of 5) sorted by relevance
31 struct TouchState { struct46 TouchState(); argument
28 TouchState::TouchState() in TouchState() function in android::inputdispatcher::TouchState
573 struct TouchState { struct574 int32_t deviceId;575 int32_t source;576 size_t historyCurrent;577 size_t historySize;578 History history[2];579 History lastResample;581 void initialize(int32_t deviceId, int32_t source) { in initialize()590 void addHistory(const InputMessage& msg) { in addHistory()620 std::vector<TouchState> mTouchStates; argument
33 public class TouchState { class89 public TouchState() { in TouchState() method in TouchState
224 enum class TouchState { Inactive, Active }; enum