HomeSort by relevance Sort by last modified time
    Searched full:activepoint (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 82 private transient Point activePoint = new Point();
561 offset2Point(activeStart, false, activePoint);
563 int line = activePoint.x - 1;
564 g.fillRect(line, activePoint.y, 1, lineHeight);

Completed in 537 milliseconds