/cts/tests/tests/view/src/android/view/cts/ |
TouchDelegateTest.java | 43 private static final int ACTION_CANCEL = MotionEvent.ACTION_CANCEL; 119 mActionCancelInside = MotionEvent.obtain(0, 0, ACTION_CANCEL, mXInside, mYInside, 0); 120 mActionCancelOutside = MotionEvent.obtain(0, 0, ACTION_CANCEL, mXOutside, mYOutside, 0);
|
MotionEventTest.java | 243 mMotionEvent1.setAction(MotionEvent.ACTION_CANCEL); 244 assertEquals(MotionEvent.ACTION_CANCEL, mMotionEvent1.getAction());
|
/frameworks/base/core/java/android/view/ |
TouchDelegate.java | 132 case MotionEvent.ACTION_CANCEL:
|
ScaleGestureDetector.java | 283 case MotionEvent.ACTION_CANCEL:
|
GestureDetector.java | 582 case MotionEvent.ACTION_CANCEL:
|
/frameworks/base/core/java/android/widget/ |
NumberPickerButton.java | 75 if ((event.getAction() == MotionEvent.ACTION_CANCEL)
|
ZoomButton.java | 58 if ((event.getAction() == MotionEvent.ACTION_CANCEL)
|
ZoomButtonsController.java | 556 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { 577 case MotionEvent.ACTION_CANCEL:
|
AbsSeekBar.java | 310 case MotionEvent.ACTION_CANCEL:
|
/packages/apps/Email/src/com/android/email/activity/ |
AccountFolderListItem.java | 96 case MotionEvent.ACTION_CANCEL:
|
MessageListItem.java | 102 case MotionEvent.ACTION_CANCEL:
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherAppWidgetHostView.java | 64 case MotionEvent.ACTION_CANCEL:
|
DragController.java | 338 case MotionEvent.ACTION_CANCEL: 451 case MotionEvent.ACTION_CANCEL:
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NumberPickerButton.java | 75 if ((event.getAction() == MotionEvent.ACTION_CANCEL)
|
/packages/apps/Camera/src/com/android/camera/ui/ |
GLView.java | 116 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0)); 259 cancel.setAction(MotionEvent.ACTION_CANCEL); 263 if (action == MotionEvent.ACTION_CANCEL
|
/packages/apps/Calculator/src/com/android/calculator2/ |
ColorButton.java | 128 case MotionEvent.ACTION_CANCEL:
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ImageButton.java | 120 case MotionEvent.ACTION_CANCEL:
|
ScaleGestureDetector.java | 246 case MotionEvent.ACTION_CANCEL:
|
PathBarLayer.java | 279 case MotionEvent.ACTION_CANCEL:
|
PopupMenu.java | 160 case MotionEvent.ACTION_CANCEL:
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboardView.java | 212 me.setAction(MotionEvent.ACTION_CANCEL); 235 || me.getAction() == MotionEvent.ACTION_CANCEL) { 242 MotionEvent.ACTION_CANCEL, me.getX() - 100, me.getY() - 100, 0);
|
/packages/apps/Camera/src/com/android/camera/ |
Switcher.java | 108 case MotionEvent.ACTION_CANCEL:
|
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 465 MotionEvent.ACTION_CANCEL, 0.0f, 0.0f, 0); 502 event.setAction(MotionEvent.ACTION_CANCEL); 535 case MotionEvent.ACTION_CANCEL:
|
/packages/apps/Email/src/com/android/email/service/ |
MailService.java | 65 private static final String ACTION_CANCEL =
108 i.setAction(MailService.ACTION_CANCEL);
191 else if (ACTION_CANCEL.equals(action)) {
|
/development/apps/GraphicsLab/src/com/android/graphicslab/ |
GraphicsLab.java | 182 case MotionEvent.ACTION_CANCEL: {
|