Lines Matching refs:at

289         AccessibilityTools at = new AccessibilityTools();  in checkPositiveViewForwarder()  local
291 XWindow xWindow = at.getCurrentWindow(mXMSF, aModel); in checkPositiveViewForwarder()
292 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkPositiveViewForwarder()
296 parent = at.getAccessibleObjectForRole in checkPositiveViewForwarder()
384 parent = at.getAccessibleObjectForRole in checkPositiveViewForwarder()
442 parent = at.getAccessibleObjectForRole in checkPositiveViewForwarder()
700 AccessibilityTools at = new AccessibilityTools(); in checkNegativeViewForwarder() local
702 XWindow xWindow = at.getCurrentWindow(mXMSF, aModel); in checkNegativeViewForwarder()
703 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkNegativeViewForwarder()
707 parent = at.getAccessibleObjectForRole in checkNegativeViewForwarder()
758 parent = at.getAccessibleObjectForRole in checkNegativeViewForwarder()
906 AccessibilityTools at = new AccessibilityTools(); in checkPreviewHeaderCells() local
908 XWindow xWindow = at.getCurrentWindow(mXMSF, xModel); in checkPreviewHeaderCells()
909 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkPreviewHeaderCells()
925 System.out.println("Count: " +at.getAccessibleObjectForRole in checkPreviewHeaderCells()
931 oObj = at.getAccessibleObjectForRole in checkPreviewHeaderCells()
1062 AccessibilityTools at = new AccessibilityTools(); in checkPreviewShape() local
1064 XWindow xWindow = at.getCurrentWindow(mXMSF, aModel); in checkPreviewShape()
1065 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkPreviewShape()
1069 XAccessibleContext con = at.getAccessibleObjectForRole in checkPreviewShape()