HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CANCEL (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 32 private static final String ACTION_CANCEL = "com.android.cts.robot.ACTION_CANCEL";
51 } else if (ACTION_CANCEL.equals(intent.getAction())) {
52 Log.i(TAG, ACTION_CANCEL);
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardLayout.java 62 case MotionEvent.ACTION_CANCEL:
84 case MotionEvent.ACTION_CANCEL:
CardActionButton.java 60 case MotionEvent.ACTION_CANCEL: {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardLayout.java 62 case MotionEvent.ACTION_CANCEL:
84 case MotionEvent.ACTION_CANCEL:
CardActionButton.java 60 case MotionEvent.ACTION_CANCEL: {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TouchEventSynthesizer.java 23 private static final int ACTION_CANCEL = 2;
87 case ACTION_CANCEL: {
89 mDownTimeInMs, timeInMs, MotionEvent.ACTION_CANCEL, 1,
SPenSupport.java 65 return MotionEvent.ACTION_CANCEL;
  /external/chromium_org/chrome/browser/ui/android/infobars/
infobar_android.h 31 ACTION_CANCEL = 2,
confirm_infobar.cc 70 (action == InfoBarAndroid::ACTION_CANCEL));
  /external/chromium_org/ui/events/test/
mock_motion_event.cc 32 : MotionEventGeneric(ACTION_CANCEL, base::TimeTicks(), CreatePointer()) {
96 event->set_action(MotionEvent::ACTION_CANCEL);
138 set_action(ACTION_CANCEL);
168 case ACTION_CANCEL:
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java 51 case MotionEvent.ACTION_CANCEL:
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHostView.java 96 case MotionEvent.ACTION_CANCEL:
115 case MotionEvent.ACTION_CANCEL:
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuButtonHelper.java 90 case MotionEvent.ACTION_CANCEL:
  /external/replicaisland/src/com/replica/replicaisland/
MultiTouchFilter.java 21 actualEvent == MotionEvent.ACTION_CANCEL) {
  /frameworks/base/core/java/android/view/
TouchDelegate.java 132 case MotionEvent.ACTION_CANCEL:
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 81 case MotionEvent.ACTION_CANCEL:
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_android.cc 28 case MotionEventAndroid::ACTION_CANCEL:
29 return ACTION_CANCEL;
37 return ACTION_CANCEL;
48 case ACTION_CANCEL:
49 return MotionEventAndroid::ACTION_CANCEL;
58 return MotionEventAndroid::ACTION_CANCEL;
399 MotionEventAndroid::ACTION_CANCEL,
motion_event_web.cc 41 return ui::MotionEvent::ACTION_CANCEL;
49 return ui::MotionEvent::ACTION_CANCEL;
  /external/chromium_org/ui/events/gesture_detection/
motion_event_generic.cc 38 : action_(ACTION_CANCEL),
155 event->set_action(ACTION_CANCEL);
motion_event.h 22 ACTION_CANCEL,
snap_scroll_controller.cc 95 case MotionEvent::ACTION_CANCEL:
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 107 case MotionEvent.ACTION_CANCEL:
136 MotionEvent.ACTION_CANCEL, 0, 0, 0);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingKnob.java 71 || event.getAction() == MotionEvent.ACTION_CANCEL) {
88 || event.getAction() == MotionEvent.ACTION_CANCEL) {
  /frameworks/base/core/java/android/widget/
ZoomButton.java 64 if ((event.getAction() == MotionEvent.ACTION_CANCEL)
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 88 case MotionEvent.ACTION_CANCEL:

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 910