Searched refs:UsMotionEvent (Results 1 – 3 of 3) sorted by relevance
31 public class UsMotionEvent { class48 public UsMotionEvent(MotionEvent event, long baseTime) { in UsMotionEvent() method in UsMotionEvent58 public UsMotionEvent(MotionEvent event, long baseTime, int pos) { in UsMotionEvent() method in UsMotionEvent
62 ArrayList<UsMotionEvent> eventList = new ArrayList<>();80 UsMotionEvent tapEvent = new UsMotionEvent(event, waltDevice.clock.baseTime);127 private void traceLogEvent(UsMotionEvent tapEvent) { in traceLogEvent()189 public boolean checkTapSanity(UsMotionEvent e) { in checkTapSanity()
60 ArrayList<UsMotionEvent> touchEventList = new ArrayList<>();78 UsMotionEvent eh = new UsMotionEvent(event, waltDevice.clock.baseTime, i);81 UsMotionEvent e = new UsMotionEvent(event, waltDevice.clock.baseTime);237 for (UsMotionEvent e: touchEventList) { in logRawData()