Searched refs:InputMethod (Results 1 – 25 of 28) sorted by relevance
12
32 import android.view.inputmethod.InputMethod;70 private InputMethod mInputMethod;79 public final InputMethod getInputMethodInternal() { in getInputMethodInternal()101 public abstract class AbstractInputMethodImpl implements InputMethod {
39 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()
147 import android.view.inputmethod.InputMethod;634 @InputMethod.ShowFlags985 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() argument1830 "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,
24 import android.view.inputmethod.InputMethod;43 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
52 import android.view.inputmethod.InputMethod;280 @InputMethod.ShowFlags284 flags |= InputMethod.SHOW_FORCED | InputMethod.SHOW_EXPLICIT; in getShowFlagsForInputMethodServiceOnly()286 flags |= InputMethod.SHOW_EXPLICIT; in getShowFlagsForInputMethodServiceOnly()
34 import android.view.inputmethod.InputMethod;205 @InputMethod.ShowFlags int flags, ResultReceiver resultReceiver) { in showSoftInput()
43 import android.view.inputmethod.InputMethod;82 @InputMethod.ShowFlags int showFlags, ResultReceiver resultReceiver, in performShowIme()
46 import android.view.inputmethod.InputMethod;545 Intent intent = new Intent(InputMethod.SERVICE_INTERFACE); in createImeBindingIntent()
129 import android.view.inputmethod.InputMethod;5184 new Intent(InputMethod.SERVICE_INTERFACE), in queryInputMethodServicesInternal()
47 public class InputMethod { class59 public InputMethod(@NonNull AccessibilityService service) { in InputMethod() method in InputMethod512 InputMethod.this.onUpdateSelection(oldSelEnd, oldSelEnd, newSelStart, in updateSelection()
850 private InputMethod mInputMethod;2014 public InputMethod onCreateInputMethod() { in onCreateInputMethod()2015 return new InputMethod(this); in onCreateInputMethod()2028 public final InputMethod getInputMethod() { in getInputMethod()
28 import android.view.inputmethod.InputMethod;151 new Intent(InputMethod.SERVICE_INTERFACE).setPackage(packageName), in getResolveInfo()
25 import android.view.inputmethod.InputMethod;138 new Intent(InputMethod.SERVICE_INTERFACE), user.getIdentifier()); in queryApps()
34 * Represents a file full of trace entries for clients that use InputMethod.59 /* One dump entry for clients that use InputMethod. */
75 public interface InputMethod { interface
276 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()
144 serviceInfo.metaData.putInt(InputMethod.SERVICE_META_DATA, metaDataRes); in buildInputMethodForTest()
53 import android.view.inputmethod.InputMethod;
1888 value: "android.view.InputMethod"
434 // InputMethod
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9473 android.view.inputmethod.InputMethod$SessionCallback9474 android.view.inputmethod.InputMethod
3359 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 …]
9504 android.view.inputmethod.InputMethod$SessionCallback9505 android.view.inputmethod.InputMethod
13407 …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 {