Searched defs:offset2Point (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java563 offset2Point(activeStart, false, activePoint);
569 offset2Point(selection.caret, selection.clickAfter, caretPoint);
573 offset2Point(selection.getStart(), true, startPoint);
574 offset2Point(selection.getEnd(), false, endPoint);
602 public Point offset2Point(int off, boolean start, Point p) { method in class:DumbTextComponent

Completed in 342 milliseconds