Searched defs:destObj (Results 1 - 1 of 1) 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();

Completed in 50 milliseconds