D | TextUtilsTest.java | 273 CharSequence s2 = new Wrapper(s1); in testEllipsize() 400 private static class Wrapper implements CharSequence { class in TextUtilsTest 403 public Wrapper(CharSequence s) { in Wrapper() method in TextUtilsTest.Wrapper 421 return new Wrapper(mString.subSequence(start, end)); in subSequence()
|