Searched refs:updateEditorToolType (Results 1 – 6 of 6) sorted by relevance
227 void updateEditorToolType(@MotionEvent.ToolType int toolType) { in updateEditorToolType() method in IInputMethodInvoker229 mTarget.updateEditorToolType(toolType); in updateEditorToolType()
3637 curMethod.updateEditorToolType(lastClickToolType); in showCurrentInputLocked()
78 void updateEditorToolType(int toolType); in updateEditorToolType() method
398 default void updateEditorToolType(int toolType) { in updateEditorToolType() method
275 inputMethod.updateEditorToolType(msg.arg1); in executeMessage()468 public void updateEditorToolType(int toolType) in updateEditorToolType() method in IInputMethodWrapper
1005 public void updateEditorToolType(@ToolType int toolType) { in updateEditorToolType() method in InputMethodService.InputMethodImpl