Searched refs:onUnbindMethod (Results 1 – 3 of 3) sorted by relevance
29 void onUnbindMethod(int sequence, int unbindReason); in onUnbindMethod() method
604 public void onUnbindMethod(int sequence, @InputMethodClient.UnbindReason int unbindReason) {
2914 ((IInputMethodClient)msg.obj).onUnbindMethod(msg.arg1, msg.arg2); in handleMessage()