Searched refs:targetMapInfo (Results 1 – 1 of 1) sorted by relevance
826 AccessibilityNodeInfo.TouchDelegateInfo targetMapInfo = in testTouchDelegateInfoReportedToAccessibility() local828 assertNotNull("Did not receive TouchDelegate target map", targetMapInfo); in testTouchDelegateInfoReportedToAccessibility()829 assertEquals("Incorrect target map size", 1, targetMapInfo.getRegionCount()); in testTouchDelegateInfoReportedToAccessibility()831 targetMapInfo.getRegionAt(0)); in testTouchDelegateInfoReportedToAccessibility()832 final AccessibilityNodeInfo node = targetMapInfo.getTargetForRegion( in testTouchDelegateInfoReportedToAccessibility()833 targetMapInfo.getRegionAt(0)); in testTouchDelegateInfoReportedToAccessibility()