Home
last modified time | relevance | path

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

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java55 private transient Selection tempSelection = new Selection(); field in DumbTextComponent
170 point2Offset(e.getPoint(), tempSelection); in select() local
173 tempSelection.anchor = tempSelection.caret; in select()
178 tempSelection.expand(wordBreaker); in select()
180 select(tempSelection); in select()
226 tempSelection.set(selection); in keyPressed()
227 tempSelection.nextBound(ctrl ? wordBreaker : charBreaker, +1, shift); in keyPressed()
228 select(tempSelection); in keyPressed()
232 tempSelection.set(selection); in keyPressed()
233 tempSelection.nextBound(ctrl ? wordBreaker : charBreaker, -1, shift); in keyPressed()
[all …]