Searched refs:MAX_SEARCH_LOOP_COUNT (Results 1 – 1 of 1) sorted by relevance
109 private static final int MAX_SEARCH_LOOP_COUNT = 20; field in BubbleTextView642 for (int i = 0; i < MAX_SEARCH_LOOP_COUNT; i++) { in findBestSpacingValue()