Home
last modified time | relevance | path

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

/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
DVirtualStylusMotionEvent.java75 public static final int ACTION_MOVE = MotionEvent.ACTION_MOVE; field in VirtualStylusMotionEvent
/frameworks/native/services/inputflinger/tests/
DInputTracingTest.cpp54 constexpr int32_t ACTION_MOVE = AMOTION_EVENT_ACTION_MOVE; variable
DCursorInputMapper_test.cpp47 constexpr auto ACTION_MOVE = AMOTION_EVENT_ACTION_MOVE; variable
DInputDispatcher_test.cpp82 static constexpr int32_t ACTION_MOVE = AMOTION_EVENT_ACTION_MOVE; variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileAdapter.java85 private static final int ACTION_MOVE = 2; field in TileAdapter
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumerNoResampling_test.cpp32 static constexpr int32_t ACTION_MOVE = AMOTION_EVENT_ACTION_MOVE; variable
/frameworks/base/core/java/android/view/
DMotionEvent.java244 public static final int ACTION_MOVE = 2; field in MotionEvent