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

12 3 4 5 6 7 8

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListenerTest.java 75 KeyEvent down = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN,
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 95 case MotionEvent.ACTION_DOWN:
  /packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java 68 if (ev.getAction() == MotionEvent.ACTION_DOWN && mLauncher.isAllAppsVisible()) {
DragController.java 320 if (action == MotionEvent.ACTION_DOWN) {
331 case MotionEvent.ACTION_DOWN:
376 case MotionEvent.ACTION_DOWN:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateViewContainer.java 73 if (event.getAction() == MotionEvent.ACTION_DOWN) {
  /frameworks/base/core/java/android/view/
KeyEvent.java 150 public static final int ACTION_DOWN = 0;
397 * @param action Action code: either {@link #ACTION_DOWN},
414 * @param action Action code: either {@link #ACTION_DOWN},
436 * @param action Action code: either {@link #ACTION_DOWN},
460 * @param action Action code: either {@link #ACTION_DOWN},
489 * @param action Action code: either {@link #ACTION_DOWN},
658 * @return If the action is ACTION_DOWN, returns true; else false.
664 return mAction == ACTION_DOWN;
782 * {@link #ACTION_DOWN}, {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
784 * @return The event action: ACTION_DOWN, ACTION_UP, or ACTION_MULTIPLE
    [all...]
KeyCharacterMap.java 274 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
280 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
286 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
292 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 329 downAt, MotionEvent.ACTION_DOWN, x, y, 0);
393 MotionEvent.ACTION_DOWN, 0, 0, 0);
445 MonkeyKeyEvent e = new MonkeyKeyEvent(KeyEvent.ACTION_DOWN, lastKey);
MonkeyMotionEvent.java 137 if (mAction == MotionEvent.ACTION_DOWN) {
MonkeySourceNetwork.java 151 action = MotionEvent.ACTION_DOWN;
218 action = KeyEvent.ACTION_DOWN;
345 -1, MotionEvent.ACTION_DOWN,
371 queue.enqueueEvent(new MonkeyKeyEvent(KeyEvent.ACTION_DOWN, keyCode));
  /cts/tests/tests/text/src/android/text/method/cts/
DialerKeyListenerTest.java 58 KeyEvent keyEvent = new KeyEvent(KeyEvent.ACTION_DOWN, event);
NumberKeyListenerTest.java 127 KeyEvent event1 = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0);
131 KeyEvent event2 = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_A);
ArrowKeyMovementMethodTest.java 624 new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_UP, 0)));
626 new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_DOWN, 0)));
628 new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_LEFT, 0)));
630 new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_RIGHT, 0)));
684 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_RIGHT));
692 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_RIGHT));
    [all...]
MetaKeyKeyListenerTest.java 56 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0));
62 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_2));
68 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_3));
87 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_0));
93 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_2));
99 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_3));
431 new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_SHIFT_LEFT));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Patterns.java 107 case MotionEvent.ACTION_DOWN:
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 122 KeyEvent down = new KeyEvent(now, now, KeyEvent.ACTION_DOWN, eventCode, 0);
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java 91 if (event.getAction() == KeyEvent.ACTION_DOWN
  /packages/apps/Calculator/src/com/android/calculator2/
ColorButton.java 127 case MotionEvent.ACTION_DOWN:
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageButton.java 105 case MotionEvent.ACTION_DOWN:
  /packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java 100 if (action == KeyEvent.ACTION_DOWN) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java 88 if (event.getAction() == MotionEvent.ACTION_DOWN && mInteractionListener != null) {
  /packages/apps/Settings/src/com/android/settings/
SettingsSafetyLegalActivity.java 101 && event.getAction() == KeyEvent.ACTION_DOWN) {
  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 151 case MotionEvent.ACTION_DOWN:
277 case MotionEvent.ACTION_DOWN:
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 198 action == MotionEvent.ACTION_DOWN) {
217 } else if (action == MotionEvent.ACTION_DOWN) {
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 267 MotionEvent.ACTION_DOWN, x, y, 0);
307 MotionEvent.ACTION_DOWN, x, y, 0);
342 MotionEvent.ACTION_DOWN, x, y, 0);
403 MotionEvent.ACTION_DOWN, x, y, 0);
776 MotionEvent.ACTION_DOWN, x, y, 0);

Completed in 119 milliseconds

12 3 4 5 6 7 8