Searched defs:addMotionEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java243 addMotionEvent(vt, startX, startY, startime, MotionEvent.ACTION_DOWN);
252 addMotionEvent(vt, x, y, time, MotionEvent.ACTION_MOVE);
254 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP);
257 private void addMotionEvent(VelocityTracker vt, int x, int y, long time, int action) { method in class:VelocityTest

Completed in 57 milliseconds