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

1 2 3 4 5 6 7 8 910

  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardLayout.java 63 case MotionEvent.ACTION_CANCEL:
85 case MotionEvent.ACTION_CANCEL:
CardActionButton.java 61 case MotionEvent.ACTION_CANCEL: {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardLayout.java 63 case MotionEvent.ACTION_CANCEL:
85 case MotionEvent.ACTION_CANCEL:
CardActionButton.java 61 case MotionEvent.ACTION_CANCEL: {
  /frameworks/base/core/java/android/widget/
ForwardingListener.java 95 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL,
197 case MotionEvent.ACTION_CANCEL:
235 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0);
273 && action != MotionEvent.ACTION_CANCEL;
ZoomButton.java 59 if ((event.getAction() == MotionEvent.ACTION_CANCEL)
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java 51 case MotionEvent.ACTION_CANCEL:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
ClassifierData.java 52 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL
64 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL
ProximityClassifier.java 59 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
  /external/replicaisland/src/com/replica/replicaisland/
MultiTouchFilter.java 21 actualEvent == MotionEvent.ACTION_CANCEL) {
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPickerButton.java 71 if ((event.getAction() == MotionEvent.ACTION_CANCEL)
  /frameworks/base/core/java/android/view/
TouchDelegate.java 132 case MotionEvent.ACTION_CANCEL:
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
VerticalSeekBar.java 73 case MotionEvent.ACTION_CANCEL:
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ForwardingListener.java 140 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL,
237 case MotionEvent.ACTION_CANCEL:
275 final MotionEvent e = MotionEvent.obtain(now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0);
313 && action != MotionEvent.ACTION_CANCEL;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 81 case MotionEvent.ACTION_CANCEL:
  /packages/apps/Launcher3/src/com/android/launcher3/
StylusEventHelper.java 80 case MotionEvent.ACTION_CANCEL:
  /packages/apps/Launcher3/src/com/android/launcher3/util/
VerticalFlingDetector.java 75 case MotionEvent.ACTION_CANCEL:
TransformingTouchDelegate.java 91 case MotionEvent.ACTION_CANCEL:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 117 case MotionEvent.ACTION_CANCEL:
153 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/Launcher3/src/com/android/launcher3/dragndrop/
DragDriver.java 67 case MotionEvent.ACTION_CANCEL:
85 case MotionEvent.ACTION_CANCEL:
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingKnob.java 71 || event.getAction() == MotionEvent.ACTION_CANCEL) {
88 || event.getAction() == MotionEvent.ACTION_CANCEL) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 55 public static final String ACTION_CANCEL = "android.intent.action.DOWNLOAD_CANCEL";
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 88 case MotionEvent.ACTION_CANCEL:
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 41 private static final String ACTION_CANCEL = "com.android.cts.robot.ACTION_CANCEL";
75 } else if (ACTION_CANCEL.equals(intent.getAction())) {
76 Log.i(TAG, ACTION_CANCEL);

Completed in 1465 milliseconds

1 2 3 4 5 6 7 8 910