Searched refs:restartInput (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethod.java | 204 public void restartInput(InputConnection inputConnection, EditorInfo editorInfo); in restartInput() method 228 restartInput(inputConnection, params.editorInfo); in dispatchStartInput()
|
H A D | RemoteInputConnectionImpl.java | 360 mParentInputMethodManager.restartInput(view); in scheduleInvalidateInput()
|
H A D | InputMethodManager.java | 2570 public void restartInput(View view) { in restartInput() method in InputMethodManager 2574 fallbackImm.restartInput(view); in restartInput()
|
/aosp14/frameworks/base/core/java/android/accessibilityservice/ |
H A D | InputMethod.java | 157 final void restartInput(@Nullable RemoteAccessibilityInputConnection ic, in restartInput() method in InputMethod 526 restartInput(new RemoteAccessibilityInputConnection(mStartedInputConnection, sessionId), in invalidateInput()
|
H A D | AccessibilityService.java | 2833 mInputMethod.restartInput(connection, editorInfo); in onBind()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | InputMethodService.java | 841 public void restartInput(InputConnection ic, EditorInfo editorInfo) { in restartInput() method in InputMethodService.InputMethodImpl 859 restartInput(inputConnection, params.editorInfo); in dispatchStartInput() 1381 getInputMethodInternal().restartInput(new RemoteInputConnection(ric, sessionId), in invalidateInputInternal()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 2455 if (imm != null) imm.restartInput(this); in setEnabled() 2694 if (imm != null) imm.restartInput(this); in setKeyListener() 7515 if (imm != null) imm.restartInput(this); in setInputType()
|
/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 | 20107 …method @MainThread public void restartInput(android.view.inputmethod.InputConnection, android.view… 55693 …method @MainThread public void restartInput(android.view.inputmethod.InputConnection, android.view… 55761 method public void restartInput(android.view.View);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19465 HSPLandroid/view/inputmethod/InputMethodManager;->restartInput(Landroid/view/View;)V
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19529 HSPLandroid/view/inputmethod/InputMethodManager;->restartInput(Landroid/view/View;)V
|