Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance
31 struct TouchState { struct34 TouchState() = default; argument36 TouchState& operator=(const TouchState&) = default; argument
580 struct TouchState { struct581 int32_t deviceId;582 int32_t source;583 size_t historyCurrent;584 size_t historySize;585 History history[2];586 History lastResample;588 void initialize(int32_t deviceId, int32_t source) { in initialize()597 void addHistory(const InputMessage& msg) { in addHistory()627 std::vector<TouchState> mTouchStates; argument
36 public class TouchState { class100 public TouchState(int displayId, AccessibilityManagerService ams) { in TouchState() method in TouchState