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

1 2 3 4 5 6 7

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LoggingUtils.java 28 case MotionEvent.ACTION_CANCEL: return "CANCEL";
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java 51 case MotionEvent.ACTION_CANCEL:
GestureRecognizer.java 70 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0);
GLView.java 179 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0);
318 cancel.setAction(MotionEvent.ACTION_CANCEL);
323 if (action == 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:
  /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) {
ZoomControlBar.java 88 case MotionEvent.ACTION_CANCEL:
  /frameworks/base/core/java/android/widget/
ZoomButton.java 60 if ((event.getAction() == MotionEvent.ACTION_CANCEL)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanelTitle.java 84 case MotionEvent.ACTION_CANCEL:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 89 case MotionEvent.ACTION_CANCEL:
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java 88 case MotionEvent.ACTION_CANCEL:
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncView.java 110 case MotionEvent.ACTION_CANCEL: {
FBOTestView.java 110 case MotionEvent.ACTION_CANCEL: {
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestView.java 104 case MotionEvent.ACTION_CANCEL: {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 126 if (action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_UP) {
  /packages/apps/Browser/src/com/android/browser/
UrlBarAutoShowManager.java 136 case MotionEvent.ACTION_CANCEL:
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadItem.java 104 case MotionEvent.ACTION_CANCEL:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
GestureRecorder.java 59 case MotionEvent.ACTION_CANCEL:
110 case MotionEvent.ACTION_CANCEL:
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 165 case MotionEvent.ACTION_CANCEL:
166 msg.append("ACTION_CANCEL");
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 117 case MotionEvent.ACTION_CANCEL:
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 176 case MotionEvent.ACTION_CANCEL:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 100 cancellation.setAction(MotionEvent.ACTION_CANCEL);

Completed in 664 milliseconds

1 2 3 4 5 6 7