Lines Matching refs:Height
109 while (!oObj.containsPoint(new Point(curX, bounds.Height - 1)) in _containsPoint()
112 System.out.println("Contains returns false for ("+curX+","+bounds.Height+")"); in _containsPoint()
118 + curX + "," + (bounds.Height - 1) + ") - OK"); in _containsPoint()
127 while (!oObj.containsPoint(new Point(0, curY)) && curY < bounds.Height) { in _containsPoint()
131 if (curY < bounds.Height) { in _containsPoint()
143 while (!oObj.containsPoint(new Point(bounds.Width - 1, curY)) && curY < bounds.Height) { in _containsPoint()
147 if (curY < bounds.Height) { in _containsPoint()
159 locRes &= !oObj.containsPoint(new Point(x, bounds.Height+bounds.Y)); in _containsPoint()
171 for (int y = -1; y <= bounds.Height; y++) { in _containsPoint()
214 + chBnd.Width + "," + chBnd.Height + "): " in _getAccessibleAtPoint()
302 && bounds.Width >0 && bounds.Height >0; in _getBounds()
306 + bounds.Width + "," + bounds.Height + ")" : "null")); in _getBounds()
385 result &= size.Height == bounds.Height; in _getSize()