Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DTouchState.h31 struct TouchState { struct
46 TouchState(); argument
H A DTouchState.cpp28 TouchState::TouchState() in TouchState() function in android::inputdispatcher::TouchState
/aosp12/frameworks/native/include/input/
H A DInputTransport.h573 struct TouchState { struct
574 int32_t deviceId;
575 int32_t source;
576 size_t historyCurrent;
577 size_t historySize;
578 History history[2];
579 History lastResample;
581 void initialize(int32_t deviceId, int32_t source) { in initialize()
590 void addHistory(const InputMessage& msg) { in addHistory()
620 std::vector<TouchState> mTouchStates; argument
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchState.java33 public class TouchState { class
89 public TouchState() { in TouchState() method in TouchState
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h224 enum class TouchState { Inactive, Active }; enum