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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1174 public void onFinishInputView(boolean finishingInput) { method in class:InputMethodService
1348 if (DEBUG) Log.v(TAG, "CALL: onFinishInputView");
1349 onFinishInputView(false);
1415 if (DEBUG) Log.v(TAG, "CALL: onFinishInputView");
1416 onFinishInputView(true);

Completed in 58 milliseconds