Searched refs:holderForStartAndLength (Results 1 – 8 of 8) sorted by relevance
113 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument114 return mWrapped.getTextCharacters(holderForStartAndLength); in getTextCharacters()
505 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument507 holderForStartAndLength[0] = 0; in getTextCharacters()508 holderForStartAndLength[1] = chars.length; in getTextCharacters()
220 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument224 holderForStartAndLength[0] = 0; in getTextCharacters()225 holderForStartAndLength[1] = txt.length(); in getTextCharacters()
140 public char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException { in getTextCharacters() argument141 return mDelegate.getTextCharacters(holderForStartAndLength); in getTextCharacters()
203 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument205 return mDelegate.getTextCharacters(holderForStartAndLength); in getTextCharacters()
183 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument187 holderForStartAndLength[0] = 0; in getTextCharacters()188 holderForStartAndLength[1] = txt.length(); in getTextCharacters()
71 char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException; in getTextCharacters() argument
1908 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument1909 return parser.getTextCharacters(holderForStartAndLength); in getTextCharacters()