/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | IInputMethodInvoker.java | 259 boolean startStylusHandwriting(int requestId, InputChannel channel, List<MotionEvent> events) { in startStylusHandwriting() method in IInputMethodInvoker 261 mTarget.startStylusHandwriting(requestId, channel, events); in startStylusHandwriting()
|
D | IInputMethodManagerImpl.java | 168 void startStylusHandwriting(IInputMethodClient client); in startStylusHandwriting() method 414 public void startStylusHandwriting(IInputMethodClient client) { in startStylusHandwriting() method in IInputMethodManagerImpl 415 mCallback.startStylusHandwriting(client); in startStylusHandwriting()
|
D | ZeroJankProxy.java | 361 public void startStylusHandwriting(IInputMethodClient client) { in startStylusHandwriting() method in ZeroJankProxy 362 offload(() -> mInner.startStylusHandwriting(client)); in startStylusHandwriting()
|
D | InputMethodManagerService.java | 3245 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/ |
D | IInputMethod.aidl | 88 void startStylusHandwriting(int requestId, in InputChannel channel, in startStylusHandwriting() method
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 421 default void startStylusHandwriting( in startStylusHandwriting() method
|
D | IInputMethodManagerGlobalInvoker.java | 552 static void startStylusHandwriting(@NonNull IInputMethodClient client) { in startStylusHandwriting() method in IInputMethodManagerGlobalInvoker 558 service.startStylusHandwriting(client); in startStylusHandwriting()
|
D | InputMethodManager.java | 2582 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/ |
D | IInputMethodManager.aidl | 185 void startStylusHandwriting(in IInputMethodClient client); in startStylusHandwriting() method
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodWrapper.java | 290 inputMethod.startStylusHandwriting(msg.arg1, (InputChannel) args.arg1, in executeMessage() 500 public void startStylusHandwriting(int requestId, @NonNull InputChannel channel, in startStylusHandwriting() method in IInputMethodWrapper
|
D | InputMethodService.java | 1116 public void startStylusHandwriting( in startStylusHandwriting() method in InputMethodService.InputMethodImpl
|
/frameworks/base/core/java/android/view/ |
D | HandwritingInitiator.java | 436 mImm.startStylusHandwriting(view); in startHandwriting()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 56401 method public void startStylusHandwriting(@NonNull android.view.View);
|