Searched refs:SPACES (Results 1 – 1 of 1) sorted by relevance
200 private static final String SPACES = " "; field in KeyboardBuilder203 return (count < SPACES.length()) ? SPACES.substring(0, count) : SPACES; in spaces()