HomeSort by relevance Sort by last modified time
    Searched full:addmotionevent (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 245 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) {

Completed in 59 milliseconds