Searched refs:firstOrphan (Results 1 – 2 of 2) sorted by relevance
1746 AccessibilityNodeInfo firstOrphan = mNavigator.findFirstOrphan(targetFocusArea); in nudgeTo() local1747 if (firstOrphan == null) { in nudgeTo()1753 boolean success = performFocusAction(firstOrphan); in nudgeTo()1754 firstOrphan.recycle(); in nudgeTo()
1400 AccessibilityNodeInfo firstOrphan = mNavigator.findFirstOrphan(root); in testFindFirstOrphan() local1401 assertThat(firstOrphan).isEqualTo(view2); in testFindFirstOrphan()