Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/inputmethodservice/
DAbstractInputMethodService.java32 import android.view.inputmethod.InputMethod;
70 private InputMethod mInputMethod;
79 public final InputMethod getInputMethodInternal() { in getInputMethodInternal()
101 public abstract class AbstractInputMethodImpl implements InputMethod {
DIInputMethodWrapper.java39 import android.view.inputmethod.InputMethod;
97 final WeakReference<InputMethod> mInputMethod;
117 static final class InputMethodSessionCallbackWrapper implements InputMethod.SessionCallback {
147 IInputMethodWrapper(InputMethodServiceInternal imsInternal, InputMethod inputMethod) { in IInputMethodWrapper()
158 final InputMethod inputMethod = mInputMethod.get(); in executeMessage()
457 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
546 private static boolean isValid(InputMethod inputMethod, InputMethodServiceInternal target, in isValid()
DInputMethodService.java147 import android.view.inputmethod.InputMethod;
634 @InputMethod.ShowFlags
985 public void showSoftInputWithToken(@InputMethod.ShowFlags int flags, in showSoftInputWithToken()
1004 public void showSoftInput(@InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
1825 InputMethod.SERVICE_META_DATA); in initConfigurationTracker()
1827 com.android.internal.R.styleable.InputMethod)) { in initConfigurationTracker() argument
1830 "No " + InputMethod.SERVICE_META_DATA + " meta-data"); in initConfigurationTracker()
3023 public boolean onShowInputRequested(@InputMethod.ShowFlags int flags, boolean configChange) {
3027 if ((flags & InputMethod.SHOW_EXPLICIT) == 0) {
3059 private boolean dispatchOnShowInputRequested(@InputMethod.ShowFlags int flags,
/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeVisibilityApplier.java24 import android.view.inputmethod.InputMethod;
43 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
DImeVisibilityStateComputer.java52 import android.view.inputmethod.InputMethod;
280 @InputMethod.ShowFlags
284 flags |= InputMethod.SHOW_FORCED | InputMethod.SHOW_EXPLICIT; in getShowFlagsForInputMethodServiceOnly()
286 flags |= InputMethod.SHOW_EXPLICIT; in getShowFlagsForInputMethodServiceOnly()
DIInputMethodInvoker.java34 import android.view.inputmethod.InputMethod;
205 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
DDefaultImeVisibilityApplier.java43 import android.view.inputmethod.InputMethod;
82 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
DInputMethodBindingController.java46 import android.view.inputmethod.InputMethod;
545 Intent intent = new Intent(InputMethod.SERVICE_INTERFACE); in createImeBindingIntent()
DInputMethodManagerService.java129 import android.view.inputmethod.InputMethod;
5184 new Intent(InputMethod.SERVICE_INTERFACE), in queryInputMethodServicesInternal()
/frameworks/base/core/java/android/accessibilityservice/
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()
DAccessibilityService.java850 private InputMethod mInputMethod;
2014 public InputMethod onCreateInputMethod() { in onCreateInputMethod()
2015 return new InputMethod(this); in onCreateInputMethod()
2028 public final InputMethod getInputMethod() { in getInputMethod()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodManagerServiceRestrictImeAmountTest.java28 import android.view.inputmethod.InputMethod;
151 new Intent(InputMethod.SERVICE_INTERFACE).setPackage(packageName), in getResolveInfo()
/frameworks/base/core/java/android/content/pm/
DAppsQueryHelper.java25 import android.view.inputmethod.InputMethod;
138 new Intent(InputMethod.SERVICE_INTERFACE), user.getIdentifier()); in queryApps()
/frameworks/base/core/proto/android/view/inputmethod/
Dinputmethodeditortrace.proto34 * Represents a file full of trace entries for clients that use InputMethod.
59 /* One dump entry for clients that use InputMethod. */
/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java75 public interface InputMethod { interface
DInputMethodInfo.java276 parser = si.loadXmlMetaData(pm, InputMethod.SERVICE_META_DATA); in InputMethodInfo()
279 + InputMethod.SERVICE_META_DATA + " meta-data"); in InputMethodInfo()
298 com.android.internal.R.styleable.InputMethod); in InputMethodInfo()
/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DInputMethodInfoTest.java144 serviceInfo.metaData.putInt(InputMethod.SERVICE_META_DATA, metaDataRes); in buildInputMethodForTest()
/frameworks/base/core/java/android/view/
DWindowInsets.java53 import android.view.inputmethod.InputMethod;
/frameworks/base/tools/aapt2/integration-tests/DumpTest/
Dcomponents_full_proto.txt1888 value: "android.view.InputMethod"
/frameworks/base/
DAconfigFlags.bp434 // InputMethod
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dpreloaded-classes9473 android.view.inputmethod.InputMethod$SessionCallback
9474 android.view.inputmethod.InputMethod
/frameworks/base/core/api/
Dcurrent.txt3359 method @Nullable public final android.accessibilityservice.InputMethod getInputMethod();
3373 method @NonNull public android.accessibilityservice.InputMethod onCreateInputMethod();
3651 public class InputMethod {
3652 ctor public InputMethod(@NonNull android.accessibilityservice.AccessibilityService);
3653 …method @Nullable public final android.accessibilityservice.InputMethod.AccessibilityInputConnectio…
3661 public final class InputMethod.AccessibilityInputConnection {
20708 …bstractInputMethodService.AbstractInputMethodImpl implements android.view.inputmethod.InputMethod {
20710 …method @MainThread public void createSession(android.view.inputmethod.InputMethod.SessionCallback);
56304 public interface InputMethod {
56308 …method @MainThread public void createSession(android.view.inputmethod.InputMethod.SessionCallback);
[all …]
/frameworks/base/config/
Dpreloaded-classes9504 android.view.inputmethod.InputMethod$SessionCallback
9505 android.view.inputmethod.InputMethod
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13407 …bstractInputMethodService.AbstractInputMethodImpl implements android.view.inputmethod.InputMethod {
13409 method public void createSession(android.view.inputmethod.InputMethod.SessionCallback);
35729 public abstract interface InputMethod {
35733 method public abstract void createSession(android.view.inputmethod.InputMethod.SessionCallback);
35741 field public static final java.lang.String SERVICE_INTERFACE = "android.view.InputMethod";
35747 public static abstract interface InputMethod.SessionCallback {

12