Home | History | Annotate | Download | only in widget

Lines Matching refs:CharWrapper

593     private CharWrapper mCharWrapper;
5315 } else if (!(text instanceof CharWrapper)) {
5431 * the old text is a CharWrapper we destroy it before calling
5442 mCharWrapper = new CharWrapper(text, start, len);
11642 private static class CharWrapper implements CharSequence, GetChars, GraphicsOperations {
11646 public CharWrapper(char[] chars, int start, int len) {