Searched defs:TouchState (Results 1 – 4 of 4) sorted by relevance
166 struct TouchState { struct167 int32_t deviceId;168 int32_t source;169 size_t historyCurrent;170 size_t historySize;171 History history[2];172 History lastResample;174 void initialize(int32_t incomingDeviceId, int32_t incomingSource) { in initialize()183 void addHistory(const InputMessage& msg) { in addHistory()213 std::vector<TouchState> mTouchStates; argument
32 struct TouchState { struct35 TouchState() = default; argument37 TouchState& operator=(const TouchState&) = default; argument
36 public class TouchState { class100 public TouchState(int displayId, AccessibilityManagerService ams) { in TouchState() method in TouchState
347 enum class TouchState { Inactive, Active }; enum