Home
last modified time | relevance | path

Searched defs:ACTION_UP (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
DVirtualKeyEvent.java49 public static final int ACTION_UP = KeyEvent.ACTION_UP; field in VirtualKeyEvent
DVirtualTouchEvent.java72 public static final int ACTION_UP = MotionEvent.ACTION_UP; field in VirtualTouchEvent
DVirtualStylusMotionEvent.java70 public static final int ACTION_UP = MotionEvent.ACTION_UP; field in VirtualStylusMotionEvent
/frameworks/native/services/inputflinger/tests/
DTouchpadInputMapper_test.cpp37 constexpr auto ACTION_UP = AMOTION_EVENT_ACTION_UP; variable
DInputTracingTest.cpp55 constexpr int32_t ACTION_UP = AMOTION_EVENT_ACTION_UP; variable
DCursorInputMapper_test.cpp53 constexpr auto ACTION_UP = AMOTION_EVENT_ACTION_UP; variable
DInputDispatcher_test.cpp85 static constexpr int32_t ACTION_UP = AMOTION_EVENT_ACTION_UP; variable
/frameworks/base/core/java/android/view/
DKeyEvent.java1434 public static final int ACTION_UP = 1; field in KeyEvent
DMotionEvent.java234 public static final int ACTION_UP = 1; field in MotionEvent