Home
last modified time | relevance | path

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

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLViewTest.java321 private MotionEvent NewMotionEvent(int action, int x, int y) { in NewMotionEvent() method in GLViewTest
352 a.dispatchTouchEvent(NewMotionEvent(DOWN, 250, 0)); in testTouchEvent()
354 a.dispatchTouchEvent(NewMotionEvent(UP, 250, 0)); in testTouchEvent()
360 a.dispatchTouchEvent(NewMotionEvent(DOWN, 175, 0)); in testTouchEvent()
361 a.dispatchTouchEvent(NewMotionEvent(UP, 175, 0)); in testTouchEvent()
369 a.dispatchTouchEvent(NewMotionEvent(DOWN, 125, 0)); in testTouchEvent()
371 a.dispatchTouchEvent(NewMotionEvent(MOVE, 250, 0)); in testTouchEvent()
373 a.dispatchTouchEvent(NewMotionEvent(MOVE, 50, 0)); in testTouchEvent()
375 a.dispatchTouchEvent(NewMotionEvent(DOWN, 175, 0)); in testTouchEvent()
380 a.dispatchTouchEvent(NewMotionEvent(UP, 175, 0)); in testTouchEvent()
[all …]