Searched refs:theUiObject (Results 1 – 1 of 1) sorted by relevance
25 public static boolean hasSiblingInDirection(UiObject2 theUiObject, Direction direction) { in hasSiblingInDirection() argument26 Point myCenter = theUiObject.getVisibleCenter(); in hasSiblingInDirection()27 for (UiObject2 sibling : theUiObject.getParent().getChildren()) { in hasSiblingInDirection()