Searched refs:TRIMMABLE_CHARACTERS (Results 1 – 1 of 1) sorted by relevance
46 private static final UnicodeSet TRIMMABLE_CHARACTERS = field in LauncherActivityInfo241 return TRIMMABLE_CHARACTERS.contains(ch) || !paint.hasGlyph(ch.toString()); in isTrimmable()