Searched refs:holderForStartAndLength (Results 1 – 6 of 6) sorted by relevance
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()
177 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument181 holderForStartAndLength[0] = 0; in getTextCharacters()182 holderForStartAndLength[1] = txt.length(); in getTextCharacters()
71 char[] getTextCharacters(int[] holderForStartAndLength) throws RemoteException; in getTextCharacters() argument
1483 public char[] getTextCharacters(int[] holderForStartAndLength) { in getTextCharacters() argument1484 return parser.getTextCharacters(holderForStartAndLength); in getTextCharacters()