Home
last modified time | relevance | path

Searched defs:TouchState (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h31 struct TouchState { struct
45 TouchState() = default; argument
47 TouchState& operator=(const TouchState&) = default; argument
/frameworks/native/include/input/
DInputTransport.h576 struct TouchState { struct
577 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
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchState.java36 public class TouchState { class
100 public TouchState(int displayId, AccessibilityManagerService ams) { in TouchState() method in TouchState