HomeSort by relevance Sort by last modified time
    Searched refs:COMPOSING (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 53 static final Object COMPOSING = new ComposingText();
79 text.removeSpan(COMPOSING);
101 if (o == COMPOSING) {
117 text.setSpan(COMPOSING, start, end,
122 return text.getSpanStart(COMPOSING);
126 return text.getSpanEnd(COMPOSING);
131 * returns its own fake editable that is just used for composing text;
192 * Default implementation replaces any existing composing text with
233 // Ignore the composing text.
390 // Ignore the composing text
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java     [all...]

Completed in 1180 milliseconds