Searched refs:AMOTION_EVENT_ACTION_POINTER_DOWN (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.cpp | 130 if (actionMasked != AMOTION_EVENT_ACTION_POINTER_DOWN && in resolveActionForPointer() 148 const bool isPointerUpOrDownAction = actionMasked == AMOTION_EVENT_ACTION_POINTER_DOWN || in removePointerIds() 179 if (actionMasked == AMOTION_EVENT_ACTION_POINTER_DOWN) { in removePointerIds() 286 if (pointerId == activePointerId && actionMasked == AMOTION_EVENT_ACTION_POINTER_DOWN) { in cancelSuppressedPointers() 484 case AMOTION_EVENT_ACTION_POINTER_DOWN: in processPointerId() 590 const bool isDown = resolvedAction == AMOTION_EVENT_ACTION_POINTER_DOWN || in getTouches()
|
D | InputCommonConverter.cpp | 77 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_POINTER_DOWN) == in getAction()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 123 case AMOTION_EVENT_ACTION_POINTER_DOWN: in trackMotion() 341 : AMOTION_EVENT_ACTION_POINTER_DOWN in synthesizePointerDownEvents()
|
D | InputDispatcher.cpp | 161 case AMOTION_EVENT_ACTION_POINTER_DOWN: in isValidMotionAction() 2058 if (newGesture || (isSplit && maskedAction == AMOTION_EVENT_ACTION_POINTER_DOWN)) { in findTouchedWindowTargetsLocked() 2209 maskedAction == AMOTION_EVENT_ACTION_POINTER_DOWN) { in findTouchedWindowTargetsLocked() 2309 if (!isSplit && maskedAction == AMOTION_EVENT_ACTION_POINTER_DOWN) { in findTouchedWindowTargetsLocked() 3792 if (maskedAction == AMOTION_EVENT_ACTION_POINTER_DOWN || in splitMotionEvent() 3801 action = maskedAction == AMOTION_EVENT_ACTION_POINTER_DOWN in splitMotionEvent()
|
/frameworks/native/include/android/ |
D | input.h | 328 AMOTION_EVENT_ACTION_POINTER_DOWN = 5, enumerator
|
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 40 AMOTION_EVENT_ACTION_POINTER_DOWN | (0 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT); 42 AMOTION_EVENT_ACTION_POINTER_DOWN | (1 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT); 44 AMOTION_EVENT_ACTION_POINTER_DOWN | (2 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
|
D | PreferStylusOverTouch_test.cpp | 32 AMOTION_EVENT_ACTION_POINTER_DOWN | (1 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
|
D | InputDispatcher_test.cpp | 58 AMOTION_EVENT_ACTION_POINTER_DOWN | (1 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT); 60 AMOTION_EVENT_ACTION_POINTER_DOWN | (2 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT); 623 AMOTION_EVENT_ACTION_POINTER_DOWN | in TEST_F() 1162 int32_t action = AMOTION_EVENT_ACTION_POINTER_DOWN | in consumeMotionPointerDown() 3227 int32_t action = AMOTION_EVENT_ACTION_POINTER_DOWN | in consumeMotionPointerDown()
|
D | InputReader_test.cpp | 85 AMOTION_EVENT_ACTION_POINTER_DOWN | (0 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT); 89 AMOTION_EVENT_ACTION_POINTER_DOWN | (1 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
|
/frameworks/native/libs/input/ |
D | Input.cpp | 822 case AMOTION_EVENT_ACTION_POINTER_DOWN: in isTouchEvent() 853 case AMOTION_EVENT_ACTION_POINTER_DOWN: in actionToString()
|
D | VelocityTracker.cpp | 272 case AMOTION_EVENT_ACTION_POINTER_DOWN: { in addMovement()
|
D | InputTransport.cpp | 1006 case AMOTION_EVENT_ACTION_POINTER_DOWN: { in updateTouchState()
|
/frameworks/native/libs/input/tests/ |
D | VelocityTracker_test.cpp | 120 return AMOTION_EVENT_ACTION_POINTER_DOWN | in resolveAction()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 2027 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_POINTER_DOWN, in dispatchTouches() 2584 dispatchMotion(when, readTime, policyFlags, mSource, AMOTION_EVENT_ACTION_POINTER_DOWN, in dispatchPointerGestures() 3709 if (action == AMOTION_EVENT_ACTION_POINTER_DOWN) { in dispatchMotion()
|