Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlinePage.java906 styledString.append(truncate(text, styledString), QUALIFIER_STYLER); in update()
918 styledString.append(truncate(src, styledString), QUALIFIER_STYLER); in update()
930 styledString.append(truncate(src, styledString), QUALIFIER_STYLER); in update()
1320 private static String truncate(String text, StyledString string) { in truncate() method in OutlinePage