Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFlingToDeleteHelper.java47 public void recordMotionEvent(MotionEvent ev) { in recordMotionEvent() method in FlingToDeleteHelper
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestLogging.java77 public static void recordMotionEvent(String sequence, String message, MotionEvent event) { in recordMotionEvent() method in TestLogging