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.java78 public Status sendSwipe( in sendSwipe() method
110 public Status sendSwipe( in sendSwipe() method
144 public Status sendSwipe( in sendSwipe() method
197 public Status sendSwipe( in sendSwipe() method
231 public Status sendSwipe( in sendSwipe() method
257 public Status sendSwipe( in sendSwipe() method
284 public Status sendSwipe( in sendSwipe() method
464 status = mDragger.sendSwipe( in perform()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java241 sendSwipe(inputSource, displayId, false); in run()
244 void sendSwipe(int inputSource, int displayId, boolean isDragDrop) { in sendSwipe() method in Input.InputSwipe
285 sendSwipe(inputSource, displayId, true); in run()