Home
last modified time | relevance | path

Searched refs:sendSwipe (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DDragAction.java75 public Status sendSwipe( in sendSwipe() method
107 public Status sendSwipe( in sendSwipe() method
141 public Status sendSwipe( in sendSwipe() method
194 public Status sendSwipe( in sendSwipe() method
228 public Status sendSwipe( in sendSwipe() method
254 public Status sendSwipe( in sendSwipe() method
281 public Status sendSwipe( in sendSwipe() method
461 status = mDragger.sendSwipe( in perform()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java115 sendSwipe(inputSource, in run()
201 private void sendSwipe(int inputSource, float x1, float y1, float x2, float y2, int duration) { in sendSwipe() method in Input