Searched refs:truncatedLength (Results 1 – 1 of 1) sorted by relevance
1324 int truncatedLength = LABEL_MAX_WIDTH - existingLength - 3; in truncate() local1325 if (truncatedLength > 0) { in truncate()1326 return String.format("%1$s...", text.substring(0, truncatedLength)); in truncate()