Home
last modified time | relevance | path

Searched refs:staticLayout (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java921 StaticLayout staticLayout = new StaticLayout(newString, paint, limitedWidth, in modifyTitleToSupportMultiLine() local
923 if (staticLayout.getHeight() < limitedHeight) { in modifyTitleToSupportMultiLine()