Searched refs:addMotionEvent (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 248 addMotionEvent(vt, startX, startY, startime, MotionEvent.ACTION_DOWN); in drag() 257 addMotionEvent(vt, x, y, time, MotionEvent.ACTION_MOVE); in drag() 259 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP); in drag() 262 private void addMotionEvent(VelocityTracker vt, int x, int y, long time, int action) { in addMotionEvent() method in VelocityTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
D | SensorLoggerSession.java | 70 public void addMotionEvent(MotionEvent motionEvent) { in addMotionEvent() method in SensorLoggerSession
|
D | DataCollector.java | 451 mCurrentSession.addMotionEvent(event); in onTouchEvent()
|