HomeSort by relevance Sort by last modified time
    Searched refs:AMOTION_EVENT_ACTION_MOVE (Results 1 - 23 of 23) sorted by null

  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /frameworks/base/libs/androidfw/tests/
InputEvent_test.cpp 252 event->initialize(2, AINPUT_SOURCE_TOUCHSCREEN, AMOTION_EVENT_ACTION_MOVE,
305 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, event->getAction());
547 event.initialize(0, 0, AMOTION_EVENT_ACTION_MOVE, 0, 0, 0, 0,
InputPublisherAndConsumer_test.cpp 134 const int32_t action = AMOTION_EVENT_ACTION_MOVE;
  /development/ndk/platforms/android-9/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
input.h 225 AMOTION_EVENT_ACTION_MOVE = 2,
532 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
  /frameworks/native/include/android/
input.h 263 AMOTION_EVENT_ACTION_MOVE = 2,
286 /* A change happened but the pointer is not down (unlike AMOTION_EVENT_ACTION_MOVE).
689 * to AMOTION_EVENT_ACTION_MOVE events -- all other actions will have a size of 0.
    [all...]
  /frameworks/base/libs/androidfw/
InputTransport.cpp 473 if (mMsg.body.motion.action == AMOTION_EVENT_ACTION_MOVE
596 case AMOTION_EVENT_ACTION_MOVE: {
675 || event->getAction() != AMOTION_EVENT_ACTION_MOVE) {
    [all...]
Input.cpp 570 case AMOTION_EVENT_ACTION_MOVE:
VelocityTracker.cpp 283 case AMOTION_EVENT_ACTION_MOVE:
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 124 case AMOTION_EVENT_ACTION_MOVE:
    [all...]
InputReader.cpp     [all...]

Completed in 786 milliseconds