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

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

Completed in 98 milliseconds