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

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LoggingUtils.java 29 case MotionEvent.ACTION_UP: return "UP";
FeedbackLayout.java 53 } else if (event.getAction() == KeyEvent.ACTION_UP
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 49 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU));
68 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, shortcutKeyCode));
69 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU));
86 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER));
  /external/replicaisland/src/com/replica/replicaisland/
SingleTouchFilter.java 9 if (event.getAction() == MotionEvent.ACTION_UP) {
MultiTouchFilter.java 20 actualEvent == MotionEvent.ACTION_UP ||
  /packages/apps/Gallery2/src/com/android/camera/ui/
PieMenuButton.java 39 if (MotionEvent.ACTION_UP == event.getAction() && mPressed) {
40 // Perform a customized click as soon as the ACTION_UP event
42 // delays the performClick() call after ACTION_UP. But we do not
55 // after ACTION_UP event is received, with no delay.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 61 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_M));
63 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_A));
ContactsSelectInstrumentation.java 68 KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_DOWN));
72 KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER));
LocalSampleInstrumentation.java 74 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_SHIFT_LEFT));
  /packages/apps/Calculator/src/com/android/calculator2/
EventListener.java 94 if (action == KeyEvent.ACTION_UP) {
104 if (keyEvent.isPrintingKey() && action == KeyEvent.ACTION_UP) {
118 if (action == KeyEvent.ACTION_UP) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchScreenRegulator.java 91 if (action == MotionEvent.ACTION_UP) mDisableDisambiguation = false;
112 MotionEvent.ACTION_UP,
123 case MotionEvent.ACTION_UP:
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
EmergencyCarrierArea.java 55 case MotionEvent.ACTION_UP:
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java 50 case MotionEvent.ACTION_UP:
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidateViewButton.java 57 case MotionEvent.ACTION_UP:
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 96 return (getAction() == KeyEvent.ACTION_UP);
103 if (mAction == KeyEvent.ACTION_UP) {
104 note = "ACTION_UP";
MonkeyMotionEvent.java 146 return (getAction() == MotionEvent.ACTION_UP);
162 case MotionEvent.ACTION_UP:
163 msg.append("ACTION_UP");
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 114 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP,
116 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP,
  /development/samples/devbytes/animation/LiveButton/src/com/example/android/livebutton/
LiveButton.java 56 } else if (arg1.getAction() == MotionEvent.ACTION_UP) {
  /frameworks/base/core/java/android/view/
TouchDelegate.java 122 case MotionEvent.ACTION_UP:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 241 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
247 case MotionEvent.ACTION_UP:
252 sendEvent(KeyEvent.ACTION_UP, 0);
256 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED);
  /frameworks/support/v4/java/android/support/v4/media/
TransportPerformer.java 199 onMediaButtonUp(keyCode, new KeyEvent(now, now, KeyEvent.ACTION_UP, keyCode, 0));
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 80 case MotionEvent.ACTION_UP:
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java 58 case MotionEvent.ACTION_UP:
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageVignette.java 64 case MotionEvent.ACTION_UP:
81 case (MotionEvent.ACTION_UP):
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
InLineSettingKnob.java 70 } else if (event.getAction() == MotionEvent.ACTION_UP
87 } else if (event.getAction() == MotionEvent.ACTION_UP

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>