/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | IInputMethodInvoker.java | 254 boolean startStylusHandwriting(int requestId, InputChannel channel, List<MotionEvent> events) { in startStylusHandwriting() method in IInputMethodInvoker 256 mTarget.startStylusHandwriting(requestId, channel, events); in startStylusHandwriting()
|
H A D | InputMethodManagerService.java | 3446 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 D | IInputMethod.aidl | 84 void startStylusHandwriting(int requestId, in InputChannel channel, in startStylusHandwriting() method
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethod.java | 406 default void startStylusHandwriting( in startStylusHandwriting() method
|
H A D | IInputMethodManagerGlobalInvoker.java | 496 static void startStylusHandwriting(@NonNull IInputMethodClient client) { in startStylusHandwriting() method in IInputMethodManagerGlobalInvoker 502 service.startStylusHandwriting(client); in startStylusHandwriting()
|
H A D | InputMethodManager.java | 2349 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 D | IInputMethodManager.aidl | 149 void startStylusHandwriting(in IInputMethodClient client); in startStylusHandwriting() method
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodWrapper.java | 282 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 D | InputMethodService.java | 1046 public void startStylusHandwriting( in startStylusHandwriting() method in InputMethodService.InputMethodImpl
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | HandwritingInitiator.java | 317 mImm.startStylusHandwriting(view); in startHandwriting()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 55775 method public void startStylusHandwriting(@NonNull android.view.View);
|