Searched refs:WIDTH_MARGIN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DCompositionArea.java70 private final static int WIDTH_MARGIN=10; field in class:CompositionArea
218 int newWidth = (req==null) ? PASSIVE_WIDTH : (int)bounds.getWidth() + WIDTH_MARGIN;

Completed in 814 milliseconds