Home
last modified time | relevance | path

Searched defs:ACTION_DOWN (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp33 constexpr auto ACTION_DOWN = AMOTION_EVENT_ACTION_DOWN; variable
DTouchpadInputMapper_test.cpp34 constexpr auto ACTION_DOWN = AMOTION_EVENT_ACTION_DOWN; variable
DInputDispatcher_test.cpp66 static constexpr int32_t ACTION_DOWN = AMOTION_EVENT_ACTION_DOWN; variable
/frameworks/base/core/java/android/hardware/input/
DVirtualKeyEvent.java47 public static final int ACTION_DOWN = KeyEvent.ACTION_DOWN; field in VirtualKeyEvent
DVirtualTouchEvent.java70 public static final int ACTION_DOWN = MotionEvent.ACTION_DOWN; field in VirtualTouchEvent
/frameworks/base/core/java/android/view/
DKeyEvent.java998 public static final int ACTION_DOWN = 0; field in KeyEvent
DMotionEvent.java217 public static final int ACTION_DOWN = 0; field in MotionEvent