Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java66 private StringBuilder mComposing = new StringBuilder(); field in SoftKeyboard
152 mComposing.setLength(0); in onStartInput()
242 mComposing.setLength(0); in onFinishInput()
282 if (mComposing.length() > 0 && (newSelStart != candidatesEnd in onUpdateSelection()
284 mComposing.setLength(0); in onUpdateSelection()
338 if (mComposing.length() > 0) { in translateKeyDown()
339 char accent = mComposing.charAt(mComposing.length() -1 ); in translateKeyDown()
344 mComposing.setLength(mComposing.length()-1); in translateKeyDown()
376 if (mComposing.length() > 0) { in onKeyDown()
443 if (mComposing.length() > 0) { in commitTyped()
[all …]