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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DCandidateTextView.java39 private static final int WIDTH_SIZE[] = {0, 50, 100}; field in class:CandidateTextView
125 for (i = 0; i < WIDTH_SIZE.length; i++) {
126 if (width > mChangeFontSize + WIDTH_SIZE[i]) {

Completed in 83 milliseconds