Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_POINTER_DOWN (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp130 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()
DInputCommonConverter.cpp77 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_POINTER_DOWN) == in getAction()
/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp123 case AMOTION_EVENT_ACTION_POINTER_DOWN: in trackMotion()
341 : AMOTION_EVENT_ACTION_POINTER_DOWN in synthesizePointerDownEvents()
DInputDispatcher.cpp161 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/
Dinput.h328 AMOTION_EVENT_ACTION_POINTER_DOWN = 5, enumerator
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp40 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);
DPreferStylusOverTouch_test.cpp32 AMOTION_EVENT_ACTION_POINTER_DOWN | (1 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
DInputDispatcher_test.cpp58 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()
DInputReader_test.cpp85 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/
DInput.cpp822 case AMOTION_EVENT_ACTION_POINTER_DOWN: in isTouchEvent()
853 case AMOTION_EVENT_ACTION_POINTER_DOWN: in actionToString()
DVelocityTracker.cpp272 case AMOTION_EVENT_ACTION_POINTER_DOWN: { in addMovement()
DInputTransport.cpp1006 case AMOTION_EVENT_ACTION_POINTER_DOWN: { in updateTouchState()
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp120 return AMOTION_EVENT_ACTION_POINTER_DOWN | in resolveAction()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp2027 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()