Home
last modified time | relevance | path

Searched refs:upEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMagnificationGestureHandlerTest.java508 send(upEvent());
512 send(upEvent());
519 send(upEvent());
549 send(upEvent());
554 send(upEvent(x, y));
559 send(upEvent());
570 send(upEvent());
607 private MotionEvent upEvent() {
608 return upEvent(DEFAULT_X, DEFAULT_Y, mLastDownTime);
611 private MotionEvent upEvent(float x, float y) {
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java426 MotionEvent upEvent = MotionEvent.obtain(downEvent); in sendClick() local
427 upEvent.setAction(MotionEvent.ACTION_UP); in sendClick()
432 AutoclickController.super.onMotionEvent(upEvent, upEvent, mEventPolicyFlags); in sendClick()
433 upEvent.recycle(); in sendClick()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java194 KeyEvent upEvent = new KeyEvent(eventTime, eventTime, KeyEvent.ACTION_UP, in sendKeyAndWaitForEvent()
197 injectEventSync(upEvent); in sendKeyAndWaitForEvent()
551 KeyEvent upEvent = new KeyEvent(eventTime, eventTime, KeyEvent.ACTION_UP,
554 if(injectEventSync(upEvent)) {
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java943 final MotionEvent upEvent = MotionEvent.obtain( in tapOnDisplay() local
950 upEvent.setDisplayId(dc.getDisplayId()); in tapOnDisplay()
951 dc.mTapDetector.onPointerEvent(upEvent); in tapOnDisplay()
/frameworks/base/core/java/android/app/
DInstrumentation.java983 final KeyEvent upEvent = new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER); in invokeContextMenuAction() local
984 sendKeySync(upEvent); in invokeContextMenuAction()