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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java463 public void onFinishInputView(final boolean finishingInput) { argument
469 latinIme.onFinishInputViewInternal(finishingInput);
788 public void onFinishInputView(final boolean finishingInput) { argument
789 mHandler.onFinishInputView(finishingInput);
1051 private void onFinishInputViewInternal(final boolean finishingInput) { argument
1052 super.onFinishInputView(finishingInput);
1062 ResearchLogger.latinIME_onFinishInputViewInternal(finishingInput, mLastSelectionStart,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DResearchLogger.java1144 public static void latinIME_onFinishInputViewInternal(final boolean finishingInput, argument
1146 // The finishingInput flag is set in InputMethodService. It is true if called from
1151 if (ic != null && !finishingInput) {

Completed in 85 milliseconds