Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodInvoker.java254 boolean startStylusHandwriting(int requestId, InputChannel channel, List<MotionEvent> events) { in startStylusHandwriting() method in IInputMethodInvoker
256 mTarget.startStylusHandwriting(requestId, channel, events); in startStylusHandwriting()
H A DInputMethodManagerService.java3446 public void startStylusHandwriting(IInputMethodClient client) { in startStylusHandwriting() method in InputMethodManagerService
3447 startStylusHandwriting(client, false /* usesDelegation */); in startStylusHandwriting()
3450 private void startStylusHandwriting(IInputMethodClient client, boolean usesDelegation) { in startStylusHandwriting() method in InputMethodManagerService
3541 startStylusHandwriting(client, true /* usesDelegation */); in acceptStylusHandwritingDelegation()
5126 if (!curMethod.startStylusHandwriting(session.getRequestId(), in handleMessage()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInputMethod.aidl84 void startStylusHandwriting(int requestId, in InputChannel channel, in startStylusHandwriting() method
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java406 default void startStylusHandwriting( in startStylusHandwriting() method
H A DIInputMethodManagerGlobalInvoker.java496 static void startStylusHandwriting(@NonNull IInputMethodClient client) { in startStylusHandwriting() method in IInputMethodManagerGlobalInvoker
502 service.startStylusHandwriting(client); in startStylusHandwriting()
H A DInputMethodManager.java2349 public void startStylusHandwriting(@NonNull View view) { in startStylusHandwriting() method in InputMethodManager
2382 IInputMethodManagerGlobalInvoker.startStylusHandwriting(mClient); in startStylusHandwritingInternal()
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodManager.aidl149 void startStylusHandwriting(in IInputMethodClient client); in startStylusHandwriting() method
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java282 inputMethod.startStylusHandwriting(msg.arg1, (InputChannel) args.arg1, in executeMessage()
476 public void startStylusHandwriting(int requestId, @NonNull InputChannel channel, in startStylusHandwriting() method in IInputMethodWrapper
H A DInputMethodService.java1046 public void startStylusHandwriting( in startStylusHandwriting() method in InputMethodService.InputMethodImpl
/aosp14/frameworks/base/core/java/android/view/
H A DHandwritingInitiator.java317 mImm.startStylusHandwriting(view); in startHandwriting()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55775 method public void startStylusHandwriting(@NonNull android.view.View);