Home
last modified time | relevance | path

Searched refs:ACTION_CANCEL (Results 1 – 8 of 8) 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.java233 mMotionEvent1.setAction(MotionEvent.ACTION_CANCEL); in testAccessAction()
234 assertEquals(MotionEvent.ACTION_CANCEL, mMotionEvent1.getAction()); in testAccessAction()
822 MotionEvent.ACTION_CANCEL, in testActionToString()
DViewTest.java3643 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL, x, y, 0); in testOnTouchEventScroll()
/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsPresenterDrawable.java211 case MotionEvent.ACTION_CANCEL: in onTouch()
DLightBarTests.java142 injectEvent(MotionEvent.ACTION_CANCEL, x, y, downTime); in injectCanceledTap()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java87 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java516 injectMotion(downTime, eventTime, MotionEvent.ACTION_CANCEL, tapX, tapY, displayId); in touchAndCancelOnDisplayCenter()