Home
last modified time | relevance | path

Searched refs:theUiObject (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DUiObject2Utils.java25 public static boolean hasSiblingInDirection(UiObject2 theUiObject, Direction direction) { in hasSiblingInDirection() argument
26 Point myCenter = theUiObject.getVisibleCenter(); in hasSiblingInDirection()
27 for (UiObject2 sibling : theUiObject.getParent().getChildren()) { in hasSiblingInDirection()