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

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

Completed in 70 milliseconds