Home
last modified time | relevance | path

Searched refs:ACTION_CANCEL (Results 1 – 10 of 10) sorted by relevance

/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java43 private static final String ACTION_CANCEL = "com.android.cts.robot.ACTION_CANCEL"; field in NotificationBot
77 } else if (ACTION_CANCEL.equals(intent.getAction())) { in onReceive()
78 Log.i(TAG, ACTION_CANCEL); in onReceive()
/cts/tests/tests/view/src/android/view/cts/
DTouchDelegateTest.java88 dispatchTouchEventToActivity(MotionEvent.ACTION_CANCEL, mActivity.touchDelegateY, in testCancelEvent()
93 ensureOldestActionEquals(MotionEvent.ACTION_CANCEL); in testCancelEvent()
DMotionEventTest.java239 mMotionEvent1.setAction(MotionEvent.ACTION_CANCEL); in testAccessAction()
240 assertEquals(MotionEvent.ACTION_CANCEL, mMotionEvent1.getAction()); in testAccessAction()
825 MotionEvent.ACTION_CANCEL, in testActionToString()
DVerifyInputEventTest.java213 received.setAction(MotionEvent.ACTION_CANCEL); in testTamperedMotionEvent()
DViewTest.java3706 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL, x, y, 0); in testOnTouchEventScroll()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java72 injectMotion(downTime, eventTime, MotionEvent.ACTION_CANCEL, tapX, tapY, displayId, in touchAndCancelOnDisplayCenterSync()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsPresenterDrawable.java211 case MotionEvent.ACTION_CANCEL: in onTouch()
DLightBarTests.java276 injectEvent(MotionEvent.ACTION_CANCEL, x, y, downTime); in injectCanceledTap()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java49 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);
/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java642 motionAction = MotionEvent.ACTION_CANCEL; in motionActionFromString()