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
34 TouchState() = default; argument
36 TouchState& operator=(const TouchState&) = default; argument
/frameworks/native/include/input/
DInputTransport.h580 struct TouchState { struct
581 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
/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