Home
last modified time | relevance | path

Searched refs:offset2Point (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java561 offset2Point(activeStart, false, activePoint); in drawSelection()
567 offset2Point(selection.caret, selection.clickAfter, caretPoint); in drawSelection()
571 offset2Point(selection.getStart(), true, startPoint); in drawSelection()
572 offset2Point(selection.getEnd(), false, endPoint); in drawSelection()
600 public Point offset2Point(int off, boolean start, Point p) { in offset2Point() method in DumbTextComponent