/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | FuzzedInputStream.h | 30 AMOTION_EVENT_ACTION_HOVER_EXIT, AMOTION_EVENT_ACTION_CANCEL, in getFuzzedMotionAction() 99 if (action == AMOTION_EVENT_ACTION_CANCEL) { in getFuzzedFlags() 117 case AMOTION_EVENT_ACTION_CANCEL: in getFuzzedPointerCount()
|
/frameworks/native/services/inputflinger/ |
D | PreferStylusOverTouchBlocker.cpp | 106 args.action == AMOTION_EVENT_ACTION_UP || args.action == AMOTION_EVENT_ACTION_CANCEL) in processMotion() 108 args.action == AMOTION_EVENT_ACTION_CANCEL); in processMotion() 148 lastTouchEvent.action = AMOTION_EVENT_ACTION_CANCEL; in processMotion()
|
D | UnwantedInteractionBlocker.cpp | 318 oldArgs.action = AMOTION_EVENT_ACTION_CANCEL; in cancelSuppressedPointers() 528 case AMOTION_EVENT_ACTION_CANCEL: in processPointerId() 626 const bool isUpOrCancel = resolvedAction == AMOTION_EVENT_ACTION_CANCEL || in getTouches()
|
/frameworks/native/libs/input/rust/ |
D | input.rs | 110 Cancel = input_bindgen::AMOTION_EVENT_ACTION_CANCEL, 166 input_bindgen::AMOTION_EVENT_ACTION_CANCEL => MotionAction::Cancel, in from()
|
D | input_verifier.rs | 467 input_bindgen::AMOTION_EVENT_ACTION_CANCEL, in action_cancel() 491 input_bindgen::AMOTION_EVENT_ACTION_CANCEL, in invalid_action_cancel()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 113 case AMOTION_EVENT_ACTION_CANCEL: { in trackMotion() 396 memento.hovering ? AMOTION_EVENT_ACTION_HOVER_EXIT : AMOTION_EVENT_ACTION_CANCEL; in createCancelEntryForMemento() 398 if (action == AMOTION_EVENT_ACTION_CANCEL) { in createCancelEntryForMemento()
|
D | InputDispatcher.cpp | 211 case AMOTION_EVENT_ACTION_CANCEL: in checkMotionAction() 530 if (motionEntry.action == AMOTION_EVENT_ACTION_CANCEL || in shouldReportFinishedEvent() 2824 } else if (maskedAction == AMOTION_EVENT_ACTION_CANCEL) { in findTouchedWindowTargetsLocked() 2939 case AMOTION_EVENT_ACTION_CANCEL: { in addDragEventLocked() 3304 if (motionEntry.action == AMOTION_EVENT_ACTION_CANCEL) { in pokeUserActivityLocked() 3396 if (splitMotionEntry->action == AMOTION_EVENT_ACTION_CANCEL) { in prepareDispatchCycleLocked() 3483 resolvedAction = AMOTION_EVENT_ACTION_CANCEL; in enqueueDispatchEntryLocked() 3498 if (resolvedAction == AMOTION_EVENT_ACTION_CANCEL) { in enqueueDispatchEntryLocked() 3517 resolvedAction == AMOTION_EVENT_ACTION_CANCEL) { in enqueueDispatchEntryLocked() 3672 motionEntry.action == AMOTION_EVENT_ACTION_CANCEL || in processInteractionsLocked()
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgsBuilders.h | 35 if (mAction == AMOTION_EVENT_ACTION_CANCEL) { in MotionArgsBuilder()
|
/frameworks/native/services/inputflinger/tests/ |
D | TestEventMatchers.h | 113 if (args.action == AMOTION_EVENT_ACTION_CANCEL) { in MatchAndExplain() 121 if (event.getAction() == AMOTION_EVENT_ACTION_CANCEL) { in MatchAndExplain() 129 if (mAction == AMOTION_EVENT_ACTION_CANCEL) { in DescribeTo()
|
D | MultiTouchInputMapper_test.cpp | 228 WithMotionAction(AMOTION_EVENT_ACTION_CANCEL)))); in TEST_F()
|
D | PreferStylusOverTouch_test.cpp | 30 constexpr int CANCEL = AMOTION_EVENT_ACTION_CANCEL;
|
D | FakeWindows.h | 266 consumeMotionEvent(testing::AllOf(WithMotionAction(AMOTION_EVENT_ACTION_CANCEL),
|
D | UnwantedInteractionBlocker_test.cpp | 54 constexpr int CANCEL = AMOTION_EVENT_ACTION_CANCEL; 790 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, argsList[0].action); in TEST_F()
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 95 if (action == AMOTION_EVENT_ACTION_CANCEL) { in PublishMotionArgs() 348 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_CANCEL, downTime, in publishAndConsumeMotionStream() 693 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_CANCEL, downTime, in TEST_F()
|
D | InputPublisherAndConsumerNoResampling_test.cpp | 102 if (action == AMOTION_EVENT_ACTION_CANCEL) { in PublishMotionArgs() 511 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_CANCEL, downTime, in publishAndConsumeMotionStream() 809 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_CANCEL, downTime, in TEST_F()
|
D | InputEvent_test.cpp | 558 event.setAction(AMOTION_EVENT_ACTION_CANCEL); in TEST_F() 559 ASSERT_EQ(AMOTION_EVENT_ACTION_CANCEL, event.getAction()); in TEST_F() 697 ASSERT_EQ(splitUp.getAction(), AMOTION_EVENT_ACTION_CANCEL); in TEST_F()
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | GestureConverter.cpp | 396 out.push_back(makeMotionArgs(when, readTime, AMOTION_EVENT_ACTION_CANCEL, in handleFling() 635 /* flags= */ action == AMOTION_EVENT_ACTION_CANCEL ? AMOTION_EVENT_FLAG_CANCELED : 0, in makeMotionArgs()
|
/frameworks/native/include/android/ |
D | input.h | 319 AMOTION_EVENT_ACTION_CANCEL = 3, enumerator
|
/frameworks/native/libs/input/ |
D | MotionPredictorMetricsManager.cpp | 99 case AMOTION_EVENT_ACTION_CANCEL: { in onRecord()
|
D | MotionPredictor.cpp | 176 if (action == AMOTION_EVENT_ACTION_UP || action == AMOTION_EVENT_ACTION_CANCEL) { in record()
|
D | Android.bp | 88 "--allowlist-var=AMOTION_EVENT_ACTION_CANCEL",
|
D | Input.cpp | 93 return ((flags & AMOTION_EVENT_FLAG_CANCELED) != 0) ? AMOTION_EVENT_ACTION_CANCEL in resolveActionForSplitMotionEvent() 955 case AMOTION_EVENT_ACTION_CANCEL: in isTouchEvent() 980 case AMOTION_EVENT_ACTION_CANCEL: in actionToString()
|
D | VirtualInputDevice.cpp | 285 {AMOTION_EVENT_ACTION_CANCEL, UinputAction::CANCEL},
|
D | InputConsumer.cpp | 288 mMsg.body.motion.action == AMOTION_EVENT_ACTION_CANCEL) { in consume() 523 case AMOTION_EVENT_ACTION_CANCEL: { in updateTouchState()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | CapturedTouchpadEventConverter.cpp | 230 action = cancel ? AMOTION_EVENT_ACTION_CANCEL : AMOTION_EVENT_ACTION_UP; in sync()
|