Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DUiObject2Utils.java28 Point siblingCenter = sibling.getVisibleCenter(); in hasSiblingInDirection() local
31 if (myCenter.y > siblingCenter.y) { in hasSiblingInDirection()
36 if (myCenter.y < siblingCenter.y) { in hasSiblingInDirection()
41 if (myCenter.x > siblingCenter.x) { in hasSiblingInDirection()
46 if (myCenter.x < siblingCenter.x) { in hasSiblingInDirection()