Home | History | Annotate | Download | only in method

Lines Matching refs:Timeout

119                     Timeout t = new Timeout(content);
127 Timeout t = new Timeout(content);
143 Timeout t = new Timeout(content);
209 Timeout t = new Timeout(content);
211 // Set up the callback so we can remove the timeout if the
239 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class);
241 for (int i = 0; i < timeout.length; i++) {
242 Timeout t = timeout[i];
250 private class Timeout
254 public Timeout(Editable buffer) {
256 mBuffer.setSpan(Timeout.this, 0, mBuffer.length(),
276 buf.removeSpan(Timeout.this);