Searched refs:xInset (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 79 private transient int xInset = 5; field in DumbTextComponent 538 if (redoLines) fixLineStarts(mySize.width-xInset-xInset); in paint2() 545 g.drawString(lastSubstring, xInset, y); in paint2() 549 lastWidth = mySize.width-xInset-xInset; in paint2() 583 (mySize.width-xInset)-startPoint.x, lineHeight); in drawSelection() 585 paintRect(g, xInset, startPoint.y + lineHeight, in drawSelection() 586 (mySize.width-xInset)-xInset, endPoint.y - startPoint.y - lineHeight); in drawSelection() 587 paintRect(g, xInset, endPoint.y, endPoint.x-xInset, lineHeight); in drawSelection() 611 p.x = width + xInset; in offset2Point() 612 if (p.x > mySize.width - xInset) in offset2Point() [all …]
|