/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | AbstractInputMethodService.java | 32 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 D | IInputMethodWrapper.java | 38 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 D | InputMethodService.java | 136 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 D | ImeVisibilityApplier.java | 24 import android.view.inputmethod.InputMethod; 43 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
|
H A D | ImeVisibilityStateComputer.java | 51 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 D | DefaultImeVisibilityApplier.java | 40 import android.view.inputmethod.InputMethod; 79 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
|
H A D | IInputMethodInvoker.java | 33 import android.view.inputmethod.InputMethod; 203 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
|
H A D | InputMethodBindingController.java | 41 import android.view.inputmethod.InputMethod; 438 Intent intent = new Intent(InputMethod.SERVICE_INTERFACE); in createImeBindingIntent()
|
H A D | InputMethodManagerService.java | 133 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 D | InputMethod.java | 47 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 D | AccessibilityService.java | 808 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 D | AppsQueryHelper.java | 25 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 D | InputMethodManagerServiceRestrictImeAmountTest.java | 29 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 D | inputmethodeditortrace.proto | 34 * 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 D | InputMethod.java | 74 public interface InputMethod { interface
|
H A D | InputMethodInfo.java | 247 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 D | InputMethodInfoTest.java | 122 serviceInfo.metaData.putInt(InputMethod.SERVICE_META_DATA, metaDataRes); in buildInputMethodForTest()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 48 import android.view.inputmethod.InputMethod;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/ |
H A D | components_full_proto.txt | 1888 value: "android.view.InputMethod"
|
/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/boot/ |
H A D | preloaded-classes | 9210 android.view.inputmethod.InputMethod$SessionCallback 9211 android.view.inputmethod.InputMethod
|
H A D | boot-image-profile.txt | 32008 Landroid/view/inputmethod/InputMethod$SessionCallback; 32009 Landroid/view/inputmethod/InputMethod;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 3299 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 D | preloaded-classes | 9241 android.view.inputmethod.InputMethod$SessionCallback 9242 android.view.inputmethod.InputMethod
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 22498 …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
|