Searched refs:LINE_CHARACTER_LIMIT (Results 1 – 2 of 2) sorted by relevance
54 private static final int LINE_CHARACTER_LIMIT = 10; field in DonutView203 if (mFullString.length() > LINE_CHARACTER_LIMIT) { in setPercentage()