Searched refs:destObj (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java189 * @param destObj the destination UiObject.
195 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { argument
197 Rect dstRect = destObj.getVisibleBounds();
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DUiObject.java189 * @param destObj the destination UiObject.
195 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { argument
197 Rect dstRect = destObj.getVisibleBounds();

Completed in 7 milliseconds