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

  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]
  /prebuilts/ndk/r16/sources/android/ndk_helper/
gestureDetector.cpp 207 case AMOTION_EVENT_ACTION_MOVE:
314 case AMOTION_EVENT_ACTION_MOVE:
  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 251 event->initialize(2, AINPUT_SOURCE_TOUCHSCREEN, AMOTION_EVENT_ACTION_MOVE, 0,
304 ASSERT_EQ(AMOTION_EVENT_ACTION_MOVE, event->getAction());
560 event.initialize(0, 0, AMOTION_EVENT_ACTION_MOVE, 0, 0, 0, 0, 0,
VelocityTracker_test.cpp 92 event->initialize(0, AINPUT_SOURCE_TOUCHSCREEN, AMOTION_EVENT_ACTION_MOVE,
InputPublisherAndConsumer_test.cpp 138 const int32_t action = AMOTION_EVENT_ACTION_MOVE;
  /external/skia/tools/sk_app/android/
surface_glue_android.cpp 40 {AMOTION_EVENT_ACTION_MOVE, Window::kMove_InputState},
  /external/skqp/tools/sk_app/android/
surface_glue_android.cpp 40 {AMOTION_EVENT_ACTION_MOVE, Window::kMove_InputState},
  /frameworks/native/include/android/
input.h 292 AMOTION_EVENT_ACTION_MOVE = 2,
320 * A change happened but the pointer is not down (unlike AMOTION_EVENT_ACTION_MOVE).
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 484 if (mMsg.body.motion.action == AMOTION_EVENT_ACTION_MOVE
612 case AMOTION_EVENT_ACTION_MOVE: {
702 || event->getAction() != AMOTION_EVENT_ACTION_MOVE) {
    [all...]
Input.cpp 520 case AMOTION_EVENT_ACTION_MOVE:
VelocityTracker.cpp 290 case AMOTION_EVENT_ACTION_MOVE:
    [all...]
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 301 if ((motionEvent->getAction() & AMOTION_EVENT_ACTION_MOVE) && outConsumedBatch) {
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 113 case AMOTION_EVENT_ACTION_MOVE:
166 case AMOTION_EVENT_ACTION_MOVE:
    [all...]
InputReader.cpp     [all...]

Completed in 1119 milliseconds