Lines Matching refs:out

99             System.out.println("Upper bound of box contains point ("  in _containsPoint()
102 System.out.println in _containsPoint()
112 System.out.println("Contains returns false for ("+curX+","+bounds.Height+")"); in _containsPoint()
117 System.out.println("Lower bound of box contains point (" in _containsPoint()
120 System.out.println in _containsPoint()
132 System.out.println("Left bound of box contains point (0," in _containsPoint()
135 System.out.println in _containsPoint()
148 System.out.println("Right bound of box contains point (" in _containsPoint()
151 System.out.println in _containsPoint()
162 System.out.println("Outer upper and lower bounds contain no component " in _containsPoint()
165 System.out.println("Outer upper and lower bounds CONTAIN some component " in _containsPoint()
176 System.out.println("Outer left and right bounds contain no component " in _containsPoint()
179 System.out.println("Outer left and right bounds CONTAIN some component " in _containsPoint()
212 System.out.println("Checking child with bounds " + in _getAccessibleAtPoint()
217 System.out.println("finding the point which lies on the component"); in _getAccessibleAtPoint()
227 System.out.println("Couldn't find a point with contains"); in _getAccessibleAtPoint()
235 System.out.println("The child not found at point (" in _getAccessibleAtPoint()
241 System.out.println("Child found at point (" in _getAccessibleAtPoint()
248 System.out.println("The children found is not the same"); in _getAccessibleAtPoint()
249 System.out.println("The expected child " + in _getAccessibleAtPoint()
251 System.out.println("is hidden behind the found Child "); in _getAccessibleAtPoint()
252 … System.out.println(xAcc.getAccessibleContext().getAccessibleName()+" - OK"); in _getAccessibleAtPoint()
254 System.out.println("The children found is not the same - FAILED"); in _getAccessibleAtPoint()
255 System.out.println("Expected: " in _getAccessibleAtPoint()
257 System.out.println("Found: " in _getAccessibleAtPoint()
268 System.out.println("No children found at point (" in _getAccessibleAtPoint()
275 System.out.println("The same child found outside " in _getAccessibleAtPoint()
282 System.out.println("There are no children supporting " in _getAccessibleAtPoint()
304 System.out.println("Bounds = " + (bounds != null in _getBounds()
354 System.out.println("Location is (" + loc.X + "," + loc.Y + ")"); in _getLocationOnScreen()
358 System.out.println("Parent location is (" in _getLocationOnScreen()
414 System.out.println("Component doesn't support XAccessible."); in getChildrenComponents()
452 System.out.println("Component doesn't support XAccessible."); in getParentComponent()
460 System.out.println("Component has no accessible parent."); in getParentComponent()
466 System.out.println in getParentComponent()
480 System.out.println("getForeground(): " + forColor); in _getForeground()
490 System.out.println("getBackground(): " + backColor); in _getBackground()