Searched refs:LABEL_MAX_WIDTH (Results 1 – 1 of 1) sorted by relevance
147 private static final int LABEL_MAX_WIDTH = 50; field in OutlinePage901 if (styledString.length() < LABEL_MAX_WIDTH - LABEL_SEPARATOR.length() in update()1323 if (text.length() + existingLength > LABEL_MAX_WIDTH) { in truncate()1324 int truncatedLength = LABEL_MAX_WIDTH - existingLength - 3; in truncate()