Home
last modified time | relevance | path

Searched refs:acceptingDelegation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3313 private void startStylusHandwriting(IInputMethodClient client, boolean acceptingDelegation) { in startStylusHandwriting() argument
3314 startStylusHandwriting(client, acceptingDelegation, null, null, false); in startStylusHandwriting()
3317 private boolean startStylusHandwriting(IInputMethodClient client, boolean acceptingDelegation, in startStylusHandwriting() argument
3326 if (!acceptingDelegation) { in startStylusHandwriting()