Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DSensorLoggerSession.java70 public void addMotionEvent(MotionEvent motionEvent) { in addMotionEvent() method in SensorLoggerSession
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java262 private void addMotionEvent(VelocityTracker vt, int x, int y, long time, int action) { in addMotionEvent() method in VelocityTest