Searched defs:action (Results 1 – 3 of 3) sorted by relevance
200 int action = MotionEvent.ACTION_UP; in performGesture() local236 int action = MotionEvent.ACTION_DOWN; in performGesture() local278 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent()
604 private static MotionEvent getMotionEvent(long downTime, long eventTime, int action, in getMotionEvent()
227 public <U> U performActionAndWait(@NonNull Runnable action, in performActionAndWait()