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

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

Completed in 116 milliseconds