Home
last modified time | relevance | path

Searched refs:addMotionEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java248 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/
DSensorLoggerSession.java70 public void addMotionEvent(MotionEvent motionEvent) { in addMotionEvent() method in SensorLoggerSession
DDataCollector.java451 mCurrentSession.addMotionEvent(event); in onTouchEvent()