Home
last modified time | relevance | path

Searched defs:actionUp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/Input/src/com/android/server/input/debug/
DTouchpadDebugViewTest.java174 MotionEvent actionUp = new MotionEventBuilder(MotionEvent.ACTION_UP, SOURCE_TOUCHSCREEN) in testDragView() local
220 MotionEvent actionUp = new MotionEventBuilder(MotionEvent.ACTION_UP, SOURCE_TOUCHSCREEN) in testDragViewOutOfBounds() local
259 MotionEvent actionUp = new MotionEventBuilder(MotionEvent.ACTION_UP, SOURCE_TOUCHSCREEN) in testSlopOffset() local
393 MotionEvent actionUp = new MotionEventBuilder(MotionEvent.ACTION_UP, SOURCE_MOUSE) in testTwoFingerDrag() local
462 MotionEvent actionUp = new MotionEventBuilder(MotionEvent.ACTION_UP, SOURCE_MOUSE) in testPinchDrag() local
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DKeyEventHelper.kt41 fun actionUp(keyCode: Int, metaState: Int = 0, time: Long = SystemClock.uptimeMillis()) { in actionUp() method
DMotionEventHelper.kt53 fun actionUp(x: Int, y: Int, downTime: Long) { in actionUp() method
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrView.java277 private void actionUp(MotionEvent e) { in actionUp() method in VrView