Home
last modified time | relevance | path

Searched refs:InputMethod (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java32 import android.view.inputmethod.InputMethod;
68 private InputMethod mInputMethod;
76 protected final InputMethod getInputMethodInternal() { in getInputMethodInternal()
98 public abstract class AbstractInputMethodImpl implements InputMethod {
H A DIInputMethodWrapper.java38 import android.view.inputmethod.InputMethod;
93 final WeakReference<InputMethod> mInputMethod;
113 static final class InputMethodSessionCallbackWrapper implements InputMethod.SessionCallback {
143 IInputMethodWrapper(InputMethodServiceInternal imsInternal, InputMethod inputMethod) { in IInputMethodWrapper()
154 final InputMethod inputMethod = mInputMethod.get(); in executeMessage()
436 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
509 private static boolean isValid(InputMethod inputMethod, InputMethodServiceInternal target, in isValid()
H A DInputMethodService.java136 import android.view.inputmethod.InputMethod;
615 @InputMethod.ShowFlags
942 public void showSoftInputWithToken(@InputMethod.ShowFlags int flags, in showSoftInputWithToken()
962 public void showSoftInput(@InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
1700 InputMethod.SERVICE_META_DATA); in initConfigurationTracker()
1702 com.android.internal.R.styleable.InputMethod)) { in initConfigurationTracker() argument
1705 "No " + InputMethod.SERVICE_META_DATA + " meta-data"); in initConfigurationTracker()
2812 public boolean onShowInputRequested(@InputMethod.ShowFlags int flags, boolean configChange) {
2816 if ((flags & InputMethod.SHOW_EXPLICIT) == 0) {
2848 private boolean dispatchOnShowInputRequested(@InputMethod.ShowFlags int flags,
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityApplier.java24 import android.view.inputmethod.InputMethod;
43 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
H A DImeVisibilityStateComputer.java51 import android.view.inputmethod.InputMethod;
277 @InputMethod.ShowFlags
281 flags |= InputMethod.SHOW_FORCED | InputMethod.SHOW_EXPLICIT; in getShowFlagsForInputMethodServiceOnly()
283 flags |= InputMethod.SHOW_EXPLICIT; in getShowFlagsForInputMethodServiceOnly()
H A DDefaultImeVisibilityApplier.java40 import android.view.inputmethod.InputMethod;
79 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
H A DIInputMethodInvoker.java33 import android.view.inputmethod.InputMethod;
203 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
H A DInputMethodBindingController.java41 import android.view.inputmethod.InputMethod;
438 Intent intent = new Intent(InputMethod.SERVICE_INTERFACE); in createImeBindingIntent()
H A DInputMethodManagerService.java133 import android.view.inputmethod.InputMethod;
1390 new Intent(InputMethod.SERVICE_INTERFACE).setPackage(packageName), in onPackageAppeared()
5231 new Intent(InputMethod.SERVICE_INTERFACE), in queryInputMethodServicesInternal()
5315 new Intent(InputMethod.SERVICE_INTERFACE), in buildInputMethodListLocked()
5640 new Intent(InputMethod.SERVICE_INTERFACE), in queryDefaultInputMethodForUserIdLocked()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DInputMethod.java47 public class InputMethod { class
59 public InputMethod(@NonNull AccessibilityService service) { in InputMethod() method in InputMethod
512 InputMethod.this.onUpdateSelection(oldSelEnd, oldSelEnd, newSelStart, in updateSelection()
H A DAccessibilityService.java808 private InputMethod mInputMethod;
1955 public InputMethod onCreateInputMethod() { in onCreateInputMethod()
1956 return new InputMethod(this); in onCreateInputMethod()
1969 public final InputMethod getInputMethod() { in getInputMethod()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java25 import android.view.inputmethod.InputMethod;
138 new Intent(InputMethod.SERVICE_INTERFACE), user.getIdentifier()); in queryApps()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceRestrictImeAmountTest.java29 import android.view.inputmethod.InputMethod;
154 new Intent(InputMethod.SERVICE_INTERFACE).setPackage(packageName), in getResolveInfo()
/aosp14/frameworks/base/core/proto/android/view/inputmethod/
H A Dinputmethodeditortrace.proto34 * Represents a file full of trace entries for clients that use InputMethod.
59 /* One dump entry for clients that use InputMethod. */
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java74 public interface InputMethod { interface
H A DInputMethodInfo.java247 parser = si.loadXmlMetaData(pm, InputMethod.SERVICE_META_DATA); in InputMethodInfo()
250 + InputMethod.SERVICE_META_DATA + " meta-data"); in InputMethodInfo()
269 com.android.internal.R.styleable.InputMethod); in InputMethodInfo()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DInputMethodInfoTest.java122 serviceInfo.metaData.putInt(InputMethod.SERVICE_META_DATA, metaDataRes); in buildInputMethodForTest()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java48 import android.view.inputmethod.InputMethod;
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/
H A Dcomponents_full_proto.txt1888 value: "android.view.InputMethod"
/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/boot/
H A Dpreloaded-classes9210 android.view.inputmethod.InputMethod$SessionCallback
9211 android.view.inputmethod.InputMethod
H A Dboot-image-profile.txt32008 Landroid/view/inputmethod/InputMethod$SessionCallback;
32009 Landroid/view/inputmethod/InputMethod;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt3299 method @Nullable public final android.accessibilityservice.InputMethod getInputMethod();
3313 method @NonNull public android.accessibilityservice.InputMethod onCreateInputMethod();
3569 public class InputMethod {
3570 ctor public InputMethod(@NonNull android.accessibilityservice.AccessibilityService);
3579 public final class InputMethod.AccessibilityInputConnection {
19975 …bstractInputMethodService.AbstractInputMethodImpl implements android.view.inputmethod.InputMethod {
19977 …method @MainThread public void createSession(android.view.inputmethod.InputMethod.SessionCallback);
55687 public interface InputMethod {
55691 …method @MainThread public void createSession(android.view.inputmethod.InputMethod.SessionCallback);
55699 field public static final String SERVICE_INTERFACE = "android.view.InputMethod";
[all …]
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9241 android.view.inputmethod.InputMethod$SessionCallback
9242 android.view.inputmethod.InputMethod
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22498 …inputmethodservice/AbstractInputMethodService;->mInputMethod:Landroid/view/inputmethod/InputMethod;
44193 Landroid/R$styleable;->InputMethod:[I
60448 Landroid/view/inputmethod/InputMethod;->dispatchStartInputWithToken(Landroid/view/inputmethod/Input…
81463 Lcom/android/internal/R$styleable;->InputMethod:[I

12