Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h29 struct TouchState { struct
44 TouchState(); argument
DTouchState.cpp27 TouchState::TouchState() in TouchState() function in android::inputdispatcher::TouchState
/frameworks/native/include/input/
DInputTransport.h572 struct TouchState { struct
573 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
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchState.java33 public class TouchState { class
89 public TouchState() { in TouchState() method in TouchState
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h190 enum class TouchState { Inactive, Active }; enum