Searched refs:mComposing (Results 1 – 1 of 1) sorted by relevance
72 private StringBuilder mComposing = new StringBuilder(); field in SoftKeyboard181 mComposing.setLength(0); in onStartInput()271 mComposing.setLength(0); in onFinishInput()311 if (mComposing.length() > 0 && (newSelStart != candidatesEnd in onUpdateSelection()313 mComposing.setLength(0); in onUpdateSelection()367 if (mComposing.length() > 0) { in translateKeyDown()368 char accent = mComposing.charAt(mComposing.length() -1 ); in translateKeyDown()373 mComposing.setLength(mComposing.length()-1); in translateKeyDown()405 if (mComposing.length() > 0) { in onKeyDown()472 if (mComposing.length() > 0) { in commitTyped()[all …]