Searched refs:limitedWidth (Results 1 – 1 of 1) sorted by relevance
883 public static CharSequence modifyTitleToSupportMultiLine(int limitedWidth, int limitedHeight, in modifyTitleToSupportMultiLine() argument887 if (title == null || paint.measureText(title, 0, title.length()) <= limitedWidth) { in modifyTitleToSupportMultiLine()904 if (runningWidth <= limitedWidth) { in modifyTitleToSupportMultiLine()921 StaticLayout staticLayout = new StaticLayout(newString, paint, limitedWidth, in modifyTitleToSupportMultiLine()