Searched refs:targetMapInfo (Results 1 – 1 of 1) sorted by relevance
1173 AccessibilityNodeInfo.TouchDelegateInfo targetMapInfo = in testTouchDelegateInfoReportedToAccessibility() local1175 assertNotNull("Did not receive TouchDelegate target map", targetMapInfo); in testTouchDelegateInfoReportedToAccessibility()1176 assertEquals("Incorrect target map size", 1, targetMapInfo.getRegionCount()); in testTouchDelegateInfoReportedToAccessibility()1178 targetMapInfo.getRegionAt(0)); in testTouchDelegateInfoReportedToAccessibility()1179 final AccessibilityNodeInfo node = targetMapInfo.getTargetForRegion( in testTouchDelegateInfoReportedToAccessibility()1180 targetMapInfo.getRegionAt(0)); in testTouchDelegateInfoReportedToAccessibility()