Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/input/
DVirtualTouchEvent.java76 public static final int ACTION_CANCEL = MotionEvent.ACTION_CANCEL; field in VirtualTouchEvent
/frameworks/base/core/java/android/view/
DMotionEvent.java239 public static final int ACTION_CANCEL = 3; field in MotionEvent
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp73 static constexpr int32_t ACTION_CANCEL = AMOTION_EVENT_ACTION_CANCEL; variable