Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance
31 struct TouchState { struct45 TouchState() = default; argument47 TouchState& operator=(const TouchState&) = default; argument
576 struct TouchState { struct577 int32_t deviceId;578 int32_t source;579 size_t historyCurrent;580 size_t historySize;581 History history[2];582 History lastResample;584 void initialize(int32_t deviceId, int32_t source) { in initialize()593 void addHistory(const InputMessage& msg) { in addHistory()623 std::vector<TouchState> mTouchStates; argument
36 public class TouchState { class100 public TouchState(int displayId, AccessibilityManagerService ams) { in TouchState() method in TouchState