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