Searched defs:dragTo (Results 1 - 3 of 3) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java195 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { method in class:UiObject
215 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { method in class:UiObject
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DUiObject.java195 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { method in class:UiObject
215 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { method in class:UiObject
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java1117 dragTo(mCapturedView.getLeft() + idx, mCapturedView.getTop() + idy, idx, idy);
1365 private void dragTo(int left, int top, int dx, int dy) { method in class:ViewDragHelper

Completed in 265 milliseconds