Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DIInputMethodInvoker.java259 boolean startStylusHandwriting(int requestId, InputChannel channel, List<MotionEvent> events) { in startStylusHandwriting() method in IInputMethodInvoker
261 mTarget.startStylusHandwriting(requestId, channel, events); in startStylusHandwriting()
DIInputMethodManagerImpl.java168 void startStylusHandwriting(IInputMethodClient client); in startStylusHandwriting() method
414 public void startStylusHandwriting(IInputMethodClient client) { in startStylusHandwriting() method in IInputMethodManagerImpl
415 mCallback.startStylusHandwriting(client); in startStylusHandwriting()
DZeroJankProxy.java361 public void startStylusHandwriting(IInputMethodClient client) { in startStylusHandwriting() method in ZeroJankProxy
362 offload(() -> mInner.startStylusHandwriting(client)); in startStylusHandwriting()
DInputMethodManagerService.java3245 public void startStylusHandwriting(IInputMethodClient client) { in startStylusHandwriting() method in InputMethodManagerService
3246 startStylusHandwriting(client, false /* usesDelegation */); in startStylusHandwriting()
3302 if (!startStylusHandwriting( in startConnectionlessStylusHandwriting()
3313 private void startStylusHandwriting(IInputMethodClient client, boolean acceptingDelegation) { in startStylusHandwriting() method in InputMethodManagerService
3314 startStylusHandwriting(client, acceptingDelegation, null, null, false); in startStylusHandwriting()
3317 private boolean startStylusHandwriting(IInputMethodClient client, boolean acceptingDelegation, in startStylusHandwriting() method in InputMethodManagerService
3445 startStylusHandwriting(client, true /* acceptingDelegation */); in acceptStylusHandwritingDelegation()
5070 if (!curMethod.startStylusHandwriting(session.getRequestId(), in handleMessage()
/frameworks/base/core/java/com/android/internal/inputmethod/
DIInputMethod.aidl88 void startStylusHandwriting(int requestId, in InputChannel channel, in startStylusHandwriting() method
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java421 default void startStylusHandwriting( in startStylusHandwriting() method
DIInputMethodManagerGlobalInvoker.java552 static void startStylusHandwriting(@NonNull IInputMethodClient client) { in startStylusHandwriting() method in IInputMethodManagerGlobalInvoker
558 service.startStylusHandwriting(client); in startStylusHandwriting()
DInputMethodManager.java2582 public void startStylusHandwriting(@NonNull View view) { in startStylusHandwriting() method in InputMethodManager
2659 IInputMethodManagerGlobalInvoker.startStylusHandwriting(mClient); in startStylusHandwritingInternal()
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl185 void startStylusHandwriting(in IInputMethodClient client); in startStylusHandwriting() method
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java290 inputMethod.startStylusHandwriting(msg.arg1, (InputChannel) args.arg1, in executeMessage()
500 public void startStylusHandwriting(int requestId, @NonNull InputChannel channel, in startStylusHandwriting() method in IInputMethodWrapper
DInputMethodService.java1116 public void startStylusHandwriting( in startStylusHandwriting() method in InputMethodService.InputMethodImpl
/frameworks/base/core/java/android/view/
DHandwritingInitiator.java436 mImm.startStylusHandwriting(view); in startHandwriting()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt56401 method public void startStylusHandwriting(@NonNull android.view.View);