Home
last modified time | relevance | path

Searched refs:AMOTION_EVENT_ACTION_POINTER_UP (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp122 return AMOTION_EVENT_ACTION_POINTER_UP | in getActionUpForPointerId()
138 actionMasked != AMOTION_EVENT_ACTION_POINTER_UP) { in resolveActionForPointer()
156 actionMasked == AMOTION_EVENT_ACTION_POINTER_UP; in removePointerIds()
188 } else if (actionMasked == AMOTION_EVENT_ACTION_POINTER_UP) { in removePointerIds()
512 case AMOTION_EVENT_ACTION_POINTER_UP: in processPointerId()
611 resolvedAction == AMOTION_EVENT_ACTION_POINTER_UP; in getTouches()
DInputCommonConverter.cpp80 static_assert(static_cast<common::Action>(AMOTION_EVENT_ACTION_POINTER_UP) == in getAction()
/frameworks/native/services/inputflinger/tests/
DGestureConverter_test.cpp503 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
510 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
586 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
591 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
685 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
692 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
699 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
752 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
805 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
926 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
[all …]
DUnwantedInteractionBlocker_test.cpp47 AMOTION_EVENT_ACTION_POINTER_UP | (0 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
49 AMOTION_EVENT_ACTION_POINTER_UP | (1 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
51 AMOTION_EVENT_ACTION_POINTER_UP | (2 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
DCapturedTouchpadEventConverter_test.cpp600 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
704 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
770 AllOf(WithMotionAction(AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
DInputDispatcher_test.cpp91 AMOTION_EVENT_ACTION_POINTER_UP | (0 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
93 AMOTION_EVENT_ACTION_POINTER_UP | (1 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
95 AMOTION_EVENT_ACTION_POINTER_UP | (2 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
777 AMOTION_EVENT_ACTION_POINTER_UP | in TEST_F()
1333 int32_t action = AMOTION_EVENT_ACTION_POINTER_UP | in consumeMotionPointerUp()
DInputReader_test.cpp88 AMOTION_EVENT_ACTION_POINTER_UP | (0 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
92 AMOTION_EVENT_ACTION_POINTER_UP | (1 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT);
10515 ASSERT_EQ(AMOTION_EVENT_ACTION_POINTER_UP | 0x0000, args.action); in TEST_F()
/frameworks/native/libs/input/
Dinput_verifier.rs98 PointerUp { action_index: usize } = input_bindgen::AMOTION_EVENT_ACTION_POINTER_UP,
126 input_bindgen::AMOTION_EVENT_ACTION_POINTER_UP => { in from()
DInput.cpp882 case AMOTION_EVENT_ACTION_POINTER_UP: in isTouchEvent()
914 case AMOTION_EVENT_ACTION_POINTER_UP: in actionToString()
DVelocityTracker.cpp301 case AMOTION_EVENT_ACTION_POINTER_UP: in addMovement()
DInputTransport.cpp1109 case AMOTION_EVENT_ACTION_POINTER_UP: { in updateTouchState()
/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp109 case AMOTION_EVENT_ACTION_POINTER_UP: in trackMotion()
235 if (MotionEvent::getActionMasked(entry.action) == AMOTION_EVENT_ACTION_POINTER_UP) { in setPointers()
411 : AMOTION_EVENT_ACTION_POINTER_UP | in synthesizeCancelationEventsForPointers()
DInputDispatcher.cpp175 case AMOTION_EVENT_ACTION_POINTER_UP: { in checkMotionAction()
2716 } else if (maskedAction == AMOTION_EVENT_ACTION_POINTER_UP) { in findTouchedWindowTargetsLocked()
2827 case AMOTION_EVENT_ACTION_POINTER_UP: in addDragEventLocked()
3463 MotionEvent::getActionMasked(motionEntry.action) == AMOTION_EVENT_ACTION_POINTER_UP) { in processInteractionsLocked()
4128 maskedAction == AMOTION_EVENT_ACTION_POINTER_UP) { in splitMotionEvent()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp456 AMOTION_EVENT_ACTION_POINTER_UP | in handleMultiFingerSwipeLift()
535 AMOTION_EVENT_ACTION_POINTER_UP | in endPinch()
/frameworks/native/include/android/
Dinput.h341 AMOTION_EVENT_ACTION_POINTER_UP = 6, enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DCapturedTouchpadEventConverter.cpp233 action = actionWithIndex(AMOTION_EVENT_ACTION_POINTER_UP, indexToRemove); in sync()
DTouchInputMapper.cpp2073 AMOTION_EVENT_ACTION_POINTER_UP, 0, in dispatchTouches()
2660 AMOTION_EVENT_ACTION_POINTER_UP, 0, flags, metaState, in dispatchPointerGestures()
3815 } else if (action == AMOTION_EVENT_ACTION_POINTER_UP) { in dispatchMotion()
/frameworks/native/libs/input/tests/
DTouchResampling_test.cpp458 AMOTION_EVENT_ACTION_POINTER_UP + (0 << AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT); in TEST_F()
DVelocityTracker_test.cpp141 return AMOTION_EVENT_ACTION_POINTER_UP | in resolveAction()