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

  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 52 static final Object COMPOSING = new ComposingText();
78 text.removeSpan(COMPOSING);
100 if (o == COMPOSING) {
116 text.setSpan(COMPOSING, start, end,
121 return text.getSpanStart(COMPOSING);
125 return text.getSpanEnd(COMPOSING);
130 * returns its own fake editable that is just used for composing text;
191 * Default implementation replaces any existing composing text with
232 // Ignore the composing text.
389 // Ignore the composing text
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java     [all...]

Completed in 92 milliseconds