HomeSort by relevance Sort by last modified time
    Searched full:mcomposing (Results 1 - 1 of 1) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 66 private StringBuilder mComposing = new StringBuilder();
152 mComposing.setLength(0);
242 mComposing.setLength(0);
282 if (mComposing.length() > 0 && (newSelStart != candidatesEnd
284 mComposing.setLength(0);
338 if (mComposing.length() > 0) {
339 char accent = mComposing.charAt(mComposing.length() -1 );
344 mComposing.setLength(mComposing.length()-1)
    [all...]

Completed in 70 milliseconds