Home
last modified time | relevance | path

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

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