Searched refs:ACTION_UP (Results 1 - 25 of 56) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java49 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));
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java43 if (ev.getAction() == MotionEvent.ACTION_UP) {
/frameworks/base/core/java/android/view/
H A DTouchDelegate.java122 case MotionEvent.ACTION_UP:
H A DKeyCharacterMap.java303 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_UP,
309 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_UP,
315 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_UP,
321 rv[index] = new KeyEvent(now, now, KeyEvent.ACTION_UP,
H A DKeyEvent.java33 * {@link #getRepeatCount()}. The last key event is a {@link #ACTION_UP}
54 * received an {@link #ACTION_UP} for the prior key press.
367 public static final int ACTION_UP = 1; field in class:KeyEvent
507 * Set for {@link #ACTION_UP} when this event's key code is still being
610 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
627 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
649 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
673 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
702 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
733 * {@link #ACTION_UP}, o
[all...]
/frameworks/base/core/java/android/widget/
H A DNumberPickerButton.java76 || (event.getAction() == MotionEvent.ACTION_UP)) {
H A DZoomButton.java59 || (event.getAction() == MotionEvent.ACTION_UP)) {
H A DZoomButtonsController.java488 } else if (event.getAction() == KeyEvent.ACTION_UP
556 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) {
576 case MotionEvent.ACTION_UP:
H A DAbsSeekBar.java300 case MotionEvent.ACTION_UP:
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListenerTest.java80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListenerTest.java77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP,
/frameworks/base/libs/rs/java/Film/src/com/android/film/
H A DFilmView.java85 if (act == ev.ACTION_UP) {
/frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
H A DFountainView.java75 if (act == ev.ACTION_UP) {
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java123 KeyEvent up = new KeyEvent(now, now, KeyEvent.ACTION_UP, eventCode, 0);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java104 } else if (event.getAction() == KeyEvent.ACTION_UP && !event.isCanceled()) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewBase.java189 } else if (event.getAction() == KeyEvent.ACTION_UP) {
H A DPowerDialog.java158 || event.getAction() != KeyEvent.ACTION_UP) {
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DWebViewEventSender.java96 MotionEvent event = MotionEvent.obtain(ts, ts, MotionEvent.ACTION_UP, mouseX, mouseY, 0);
214 MotionEvent.ACTION_UP, tp.getX(), tp.getY(), mTouchMetaState);
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java193 if (event.getAction() == MotionEvent.ACTION_UP) {
234 } else if (event.getAction() == MotionEvent.ACTION_UP) {
H A DLinkMovementMethod.java197 if (action == MotionEvent.ACTION_UP ||
215 if (action == MotionEvent.ACTION_UP) {
H A DTouch.java114 case MotionEvent.ACTION_UP:
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java279 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
355 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
421 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
790 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0);
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java131 boolean down = event.getAction() != KeyEvent.ACTION_UP;
366 sendDomEvent(new KeyEvent(KeyEvent.ACTION_UP,
539 case MotionEvent.ACTION_UP:
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java376 mCurDown = action != MotionEvent.ACTION_UP
406 if (action == MotionEvent.ACTION_UP
420 if (action == MotionEvent.ACTION_UP
H A DPasswordEntryKeyboardHelper.java131 new KeyEvent(eventTime, eventTime, KeyEvent.ACTION_UP, keyEventCode, 0, 0, 0, 0,

Completed in 1974 milliseconds

123