Searched refs:ACTION_CANCEL (Results 1 – 8 of 8) sorted by relevance
/cts/apps/NotificationBot/src/com/android/cts/robot/ |
D | NotificationBot.java | 43 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/ |
D | TouchDelegateTest.java | 88 dispatchTouchEventToActivity(MotionEvent.ACTION_CANCEL, mActivity.touchDelegateY, in testCancelEvent() 93 ensureOldestActionEquals(MotionEvent.ACTION_CANCEL); in testCancelEvent()
|
D | MotionEventTest.java | 233 mMotionEvent1.setAction(MotionEvent.ACTION_CANCEL); in testAccessAction() 234 assertEquals(MotionEvent.ACTION_CANCEL, mMotionEvent1.getAction()); in testAccessAction() 822 MotionEvent.ACTION_CANCEL, in testActionToString()
|
D | ViewTest.java | 3643 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL, x, y, 0); in testOnTouchEventScroll()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsPresenterDrawable.java | 211 case MotionEvent.ACTION_CANCEL: in onTouch()
|
D | LightBarTests.java | 142 injectEvent(MotionEvent.ACTION_CANCEL, x, y, downTime); in injectCanceledTap()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityGestureDispatchTest.java | 87 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerTestBase.java | 516 injectMotion(downTime, eventTime, MotionEvent.ACTION_CANCEL, tapX, tapY, displayId); in touchAndCancelOnDisplayCenter()
|