/frameworks/base/core/tests/coretests/src/android/util/ |
D | KeyUtils.java | 49 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)); in tapMenuKey() 68 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, shortcutKeyCode)); in chordMenuKey() 69 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU)); in chordMenuKey() 86 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER)); in longClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonView.java | 241 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED); in onTouchEvent() 247 case MotionEvent.ACTION_UP: in onTouchEvent() 252 sendEvent(KeyEvent.ACTION_UP, 0); in onTouchEvent() 256 sendEvent(KeyEvent.ACTION_UP, KeyEvent.FLAG_CANCELED); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ScreenshotTest.java | 114 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, in takeScreenshot() 116 getInstrumentation().sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, in takeScreenshot()
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 620 case MotionEvent.ACTION_UP: in handleMotionEventStateTouchExploring() 677 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 719 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, in handleMotionEventStateDragging() 728 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, in handleMotionEventStateDragging() 740 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 743 case MotionEvent.ACTION_UP: { in handleMotionEventStateDragging() 752 sendMotionEvent(event, MotionEvent.ACTION_UP, pointerIdBits, policyFlags); in handleMotionEventStateDragging() 784 case MotionEvent.ACTION_UP: in handleMotionEventStateDelegating() 827 case MotionEvent.ACTION_UP: { in handleMotionEventGestureDetecting() 979 final int action = computeInjectionAction(MotionEvent.ACTION_UP, i); in sendUpForInjectedDownPointers() [all …]
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
D | Input.java | 165 injectKeyEvent(new KeyEvent(now, now, KeyEvent.ACTION_UP, keyCode, 0, 0, in sendKeyEvent() 172 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x, y, 0.0f); in sendTap() 184 injectMotionEvent(inputSource, MotionEvent.ACTION_UP, now, x1, y1, 0.0f); in sendSwipe()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewInputDispatcher.java | 292 case MotionEvent.ACTION_UP: in postPointerEvent() 470 if (event == null || event.getAction() != MotionEvent.ACTION_UP) { in postClick() 497 || event.getActionMasked() != MotionEvent.ACTION_UP in isClickCandidateLocked() 562 } else if (action == MotionEvent.ACTION_UP) { in updateStateTrackersLocked() 1252 case MotionEvent.ACTION_UP: in update() 1256 || mLastEvent.getAction() == MotionEvent.ACTION_UP) { in update() 1283 return mLastEvent != null && mLastEvent.getAction() != MotionEvent.ACTION_UP; in isCancelNeeded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | GestureRecorder.java | 55 case MotionEvent.ACTION_UP: in actionName() 109 case MotionEvent.ACTION_UP: in add()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 280 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in tapView() 356 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in clickView() 422 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in longClickView() 791 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_UP, x, y, 0); in drag()
|
/frameworks/base/core/java/android/text/method/ |
D | LinkMovementMethod.java | 193 if (action == MotionEvent.ACTION_UP || in onTouchEvent() 211 if (action == MotionEvent.ACTION_UP) { in onTouchEvent()
|
D | ArrowKeyMovementMethod.java | 230 if (action == MotionEvent.ACTION_UP) { in onTouchEvent() 268 } else if (action == MotionEvent.ACTION_UP) { in onTouchEvent()
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | EventSenderImpl.java | 197 … event = MotionEvent.obtain(ts, ts, MotionEvent.ACTION_UP, mMousePoint.x(), mMousePoint.y(), 0); 302 executeTouchEvent(MotionEvent.ACTION_UP); 463 case MotionEvent.ACTION_UP: in executeTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | ZoomButtonsController.java | 489 } else if (event.getAction() == KeyEvent.ACTION_UP in onContainerKey() 543 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { in onTouch() 563 case MotionEvent.ACTION_UP: in onTouch()
|
D | ZoomButton.java | 61 || (event.getAction() == MotionEvent.ACTION_UP)) { in onTouchEvent()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 122 case MotionEvent.ACTION_UP: in onTouchEvent()
|
D | InputEventConsistencyVerifier.java | 225 case KeyEvent.ACTION_UP: { in onKeyEvent() 277 case MotionEvent.ACTION_UP: in onTrackballEvent() 365 case MotionEvent.ACTION_UP: in onTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/ |
D | FountainFboView.java | 61 if (act == ev.ACTION_UP) { in onTouchEvent()
|
/frameworks/base/docs/html/training/gestures/ |
D | movement.jd | 136 case MotionEvent.ACTION_UP: 149 not after {@link android.view.MotionEvent#ACTION_UP}. After an {@link android.view.MotionEvent#ACTI…
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | SceneGraphView.java | 87 if (act == ev.ACTION_UP) { in onTouchEvent()
|
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/ |
D | InteractionController.java | 278 KeyEvent upEvent = KeyEvent.obtain(eventTime, eventTime, KeyEvent.ACTION_UP, in sendKeyAndWaitForEvent() 355 mDownTime, eventTime, MotionEvent.ACTION_UP, x, y, 1); in touchUp() 543 KeyEvent upEvent = KeyEvent.obtain(eventTime, eventTime, KeyEvent.ACTION_UP, in sendKey()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
D | NotificationPanelTitle.java | 77 case MotionEvent.ACTION_UP: in onTouchEvent()
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListScrollListenerTest.java | 77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling()
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridScrollListenerTest.java | 80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling()
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
D | ShadersTestView.java | 99 case MotionEvent.ACTION_UP: { in onTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/ |
D | FountainView.java | 79 if (act == ev.ACTION_UP) { in onTouchEvent()
|
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/ |
D | FountainView.java | 76 if (act == ev.ACTION_UP) { in onTouchEvent()
|