OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMOTION_EVENT_ACTION_MOVE
(Results
26 - 34
of
34
) sorted by null
1
2
/prebuilts/ndk/9/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/base/core/jni/
android_view_InputEventReceiver.cpp
297
if ((motionEvent->getAction() &
AMOTION_EVENT_ACTION_MOVE
) && outConsumedBatch) {
/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/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp
135
const int32_t action =
AMOTION_EVENT_ACTION_MOVE
;
/frameworks/native/libs/input/
InputTransport.cpp
474
if (mMsg.body.motion.action ==
AMOTION_EVENT_ACTION_MOVE
600
case
AMOTION_EVENT_ACTION_MOVE
: {
679
|| event->getAction() !=
AMOTION_EVENT_ACTION_MOVE
) {
[
all
...]
Input.cpp
582
case
AMOTION_EVENT_ACTION_MOVE
:
VelocityTracker.cpp
282
case
AMOTION_EVENT_ACTION_MOVE
:
[
all
...]
/frameworks/base/services/input/
InputDispatcher.cpp
126
case
AMOTION_EVENT_ACTION_MOVE
:
[
all
...]
InputReader.cpp
[
all
...]
Completed in 557 milliseconds
1
2