Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputConsumer.h166 struct TouchState { struct
167 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
/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h32 struct TouchState { struct
35 TouchState() = default; argument
37 TouchState& operator=(const TouchState&) = default; 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
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h347 enum class TouchState { Inactive, Active }; enum