Searched defs:TouchState (Results 1 – 5 of 5) sorted by relevance
29 struct TouchState { struct44 TouchState(); argument
27 TouchState::TouchState() in TouchState() function in android::inputdispatcher::TouchState
572 struct TouchState { struct573 int32_t deviceId;574 int32_t source;575 size_t historyCurrent;576 size_t historySize;577 History history[2];578 History lastResample;580 void initialize(int32_t deviceId, int32_t source) { in initialize()589 void addHistory(const InputMessage& msg) { in addHistory()619 std::vector<TouchState> mTouchStates; argument
33 public class TouchState { class89 public TouchState() { in TouchState() method in TouchState
190 enum class TouchState { Inactive, Active }; enum