Searched refs:LimitedBounds (Results 1 – 1 of 1) sorted by relevance
79 Object LimitedBounds = null; field in _XAccessibleText112 LimitedBounds = tEnv.getObjRelation("LimitedBounds"); in before()345 if (LimitedBounds != null) { in _getCharacterBounds()346 if (LimitedBounds instanceof Integer) { in _getCharacterBounds()347 lastIndex = ((Integer) LimitedBounds).intValue(); in _getCharacterBounds()352 log.println(LimitedBounds); in _getCharacterBounds()445 if (LimitedBounds != null) { in _getIndexAtPoint()446 if (LimitedBounds instanceof Integer) { in _getIndexAtPoint()447 lastIndex = ((Integer) LimitedBounds).intValue(); in _getIndexAtPoint()452 log.println(LimitedBounds); in _getIndexAtPoint()
Completed in 19 milliseconds