Searched defs:MotionEventRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java45 public class MotionEventRecord extends Record { class in class:GestureRecorder.Gesture
47 public MotionEventRecord(long when, MotionEvent event) { method in class:GestureRecorder.Gesture.MotionEventRecord
99 mRecords.add(new MotionEventRecord(ev.getEventTime(), ev));

Completed in 241 milliseconds