OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 150 milliseconds