HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CANCEL (Results 26 - 50 of 62) sorted by null

12 3

  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 404 MotionEvent cancelFling = MotionEvent.obtain(0, 0, MotionEvent.ACTION_CANCEL, 0, 0, 0);
440 } else if (action == MotionEvent.ACTION_UP) { // don't add ACTION_CANCEL here
HorizontalScrollView.java 454 case MotionEvent.ACTION_CANCEL:
538 case MotionEvent.ACTION_CANCEL:
    [all...]
ScrollView.java 451 case MotionEvent.ACTION_CANCEL:
535 case MotionEvent.ACTION_CANCEL:
    [all...]
SlidingDrawer.java 407 case MotionEvent.ACTION_CANCEL: {
    [all...]
Gallery.java 845 } else if (action == MotionEvent.ACTION_CANCEL) {
972 * Called when a touch event's action is MotionEvent.ACTION_CANCEL.
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 274 && action != MotionEvent.ACTION_CANCEL;
RotarySelector.java 593 case MotionEvent.ACTION_CANCEL:
LockPatternView.java 755 case MotionEvent.ACTION_CANCEL:
    [all...]
SlidingTab.java 610 case MotionEvent.ACTION_CANCEL:
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 202 case MotionEvent.ACTION_CANCEL:
  /packages/apps/Camera/src/com/android/camera/ui/
GLListView.java 317 case MotionEvent.ACTION_CANCEL:
  /packages/apps/Gallery3D/src/com/cooliris/media/
MenuBar.java 319 case MotionEvent.ACTION_CANCEL:
TimeBar.java 478 case MotionEvent.ACTION_CANCEL:
RenderView.java 708 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
    [all...]
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 275 case MotionEvent.ACTION_CANCEL:
VerticalTextSpinner.java 248 case MotionEvent.ACTION_CANCEL:
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 532 case MotionEvent.ACTION_CANCEL:
CandidateView.java 672 case MotionEvent.ACTION_CANCEL:
  /frameworks/base/core/java/android/view/
ViewGroup.java 878 (action == MotionEvent.ACTION_CANCEL);
894 ev.setAction(MotionEvent.ACTION_CANCEL);
906 ev.setAction(MotionEvent.ACTION_CANCEL);
909 // target didn't handle ACTION_CANCEL. not much we can do
931 ev.setAction(MotionEvent.ACTION_CANCEL);
    [all...]
MotionEvent.java 63 public static final int ACTION_CANCEL = 3;
283 * {@link #ACTION_CANCEL}.
361 * {@link #ACTION_CANCEL}.
419 * {@link #ACTION_CANCEL}.
480 * {@link #ACTION_CANCEL}.
641 * {@link #ACTION_CANCEL}. Consider using {@link #getActionMasked}
652 * {@link #ACTION_MOVE}, {@link #ACTION_UP}, {@link #ACTION_CANCEL},
    [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 521 case MotionEvent.ACTION_CANCEL:
    [all...]
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 313 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_CANCEL,
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 647 case MotionEvent.ACTION_CANCEL:
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 726 case MotionEvent.ACTION_CANCEL:
    [all...]

Completed in 861 milliseconds

12 3