Searched refs:dragTo (Results 1 - 4 of 4) 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
/frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
H A DCtsUiAutomatorTest.java885 imageButton.dragTo(starsBar, 30);
922 imageButton.dragTo(starsBarRect.centerX(), starsBarRect.centerY(), 30);

Completed in 137 milliseconds