Searched refs:mComposing (Results 1 - 1 of 1) sorted by relevance

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
H A DSoftKeyboard.java66 private StringBuilder mComposing = new StringBuilder(); field in class:SoftKeyboard
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
[all...]

Completed in 17 milliseconds