Home
last modified time | relevance | path

Searched defs:ACTION_MOVE (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp34 constexpr auto ACTION_MOVE = AMOTION_EVENT_ACTION_MOVE; variable
DInputDispatcher_test.cpp67 static constexpr int32_t ACTION_MOVE = AMOTION_EVENT_ACTION_MOVE; variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipAction.java54 public static final int ACTION_MOVE = 2; field in TvPipAction
/frameworks/base/core/java/android/hardware/input/
DVirtualTouchEvent.java74 public static final int ACTION_MOVE = MotionEvent.ACTION_MOVE; field in VirtualTouchEvent
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java84 private static final int ACTION_MOVE = 2; field in TileAdapter
/frameworks/base/core/java/android/view/
DMotionEvent.java232 public static final int ACTION_MOVE = 2; field in MotionEvent