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.java72 private StringBuilder mComposing = new StringBuilder(); field in SoftKeyboard
192 mComposing.setLength(0); in onStartInput()
282 mComposing.setLength(0); in onFinishInput()
322 if (mComposing.length() > 0 && (newSelStart != candidatesEnd in onUpdateSelection()
324 mComposing.setLength(0); in onUpdateSelection()
378 if (mComposing.length() > 0) { in translateKeyDown()
379 char accent = mComposing.charAt(mComposing.length() -1 ); in translateKeyDown()
384 mComposing.setLength(mComposing.length()-1); in translateKeyDown()
416 if (mComposing.length() > 0) { in onKeyDown()
483 if (mComposing.length() > 0) { in commitTyped()
[all …]