Home
last modified time | relevance | path

Searched refs:ACTION_UP (Results 1 – 25 of 133) sorted by relevance

123456

/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java49 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/
DKeyButtonView.java241 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/
DScreenshotTest.java114 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/
DTouchExplorer.java620 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/
DInput.java165 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/
DWebViewInputDispatcher.java292 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/
DGestureRecorder.java55 case MotionEvent.ACTION_UP: in actionName()
109 case MotionEvent.ACTION_UP: in add()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java280 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/
DLinkMovementMethod.java193 if (action == MotionEvent.ACTION_UP || in onTouchEvent()
211 if (action == MotionEvent.ACTION_UP) { in onTouchEvent()
DArrowKeyMovementMethod.java230 if (action == MotionEvent.ACTION_UP) { in onTouchEvent()
268 } else if (action == MotionEvent.ACTION_UP) { in onTouchEvent()
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DEventSenderImpl.java197 … 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/
DZoomButtonsController.java489 } 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()
DZoomButton.java61 || (event.getAction() == MotionEvent.ACTION_UP)) { in onTouchEvent()
/frameworks/base/core/java/android/view/
DTouchDelegate.java122 case MotionEvent.ACTION_UP: in onTouchEvent()
DInputEventConsistencyVerifier.java225 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/
DFountainFboView.java61 if (act == ev.ACTION_UP) { in onTouchEvent()
/frameworks/base/docs/html/training/gestures/
Dmovement.jd136 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/
DSceneGraphView.java87 if (act == ev.ACTION_UP) { in onTouchEvent()
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
DInteractionController.java278 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/
DNotificationPanelTitle.java77 case MotionEvent.ACTION_UP: in onTouchEvent()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListScrollListenerTest.java77 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling()
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridScrollListenerTest.java80 KeyEvent up = new KeyEvent(0, 0, KeyEvent.ACTION_UP, in testKeyScrolling()
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestView.java99 case MotionEvent.ACTION_UP: { in onTouchEvent()
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
DFountainView.java79 if (act == ev.ACTION_UP) { in onTouchEvent()
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
DFountainView.java76 if (act == ev.ACTION_UP) { in onTouchEvent()

123456