Home | History | Annotate | Download | only in keyboard

Lines Matching refs:shortText

1225         final String shortText = SubtypeLocaleUtils.getShortDisplayName(subtype);
1226 if (fitsTextIntoWidth(width, shortText, paint)) {
1227 return shortText;