Lines Matching refs:at

276         AccessibilityTools at = new AccessibilityTools();  in checkPositiveViewForwarder()  local
278 XWindow xWindow = at.getCurrentWindow(mXMSF, aModel); in checkPositiveViewForwarder()
279 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkPositiveViewForwarder()
283 parent = at.getAccessibleObjectForRole in checkPositiveViewForwarder()
371 parent = at.getAccessibleObjectForRole in checkPositiveViewForwarder()
429 parent = at.getAccessibleObjectForRole in checkPositiveViewForwarder()
687 AccessibilityTools at = new AccessibilityTools(); in checkNegativeViewForwarder() local
689 XWindow xWindow = at.getCurrentWindow(mXMSF, aModel); in checkNegativeViewForwarder()
690 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkNegativeViewForwarder()
694 parent = at.getAccessibleObjectForRole in checkNegativeViewForwarder()
745 parent = at.getAccessibleObjectForRole in checkNegativeViewForwarder()
893 AccessibilityTools at = new AccessibilityTools(); in checkPreviewHeaderCells() local
895 XWindow xWindow = at.getCurrentWindow(mXMSF, xModel); in checkPreviewHeaderCells()
896 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkPreviewHeaderCells()
912 System.out.println("Count: " +at.getAccessibleObjectForRole in checkPreviewHeaderCells()
918 oObj = at.getAccessibleObjectForRole in checkPreviewHeaderCells()
1049 AccessibilityTools at = new AccessibilityTools(); in checkPreviewShape() local
1051 XWindow xWindow = at.getCurrentWindow(mXMSF, aModel); in checkPreviewShape()
1052 XAccessible xRoot = at.getAccessibleObject(xWindow); in checkPreviewShape()
1056 XAccessibleContext con = at.getAccessibleObjectForRole in checkPreviewShape()