HomeSort by relevance Sort by last modified time
    Searched defs:ime (Results 1 - 25 of 46) sorted by null

1 2

  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
ImeCommandReceiver.java 17 package android.inputmethodservice.cts.ime;
25 import android.inputmethodservice.cts.ime.ImeCommandReceiver.ImeCommandCallbacks;
48 * @param imeId IME id to switch.
60 void register(final T ime) {
61 mIme = ime;
62 ime.registerReceiver(this, new IntentFilter(ImeCommandConstants.ACTION_IME_COMMAND));
90 throw new UnsupportedOperationException("Unknown IME command: " + command);
CtsBaseInputMethod.java 17 package android.inputmethodservice.cts.ime;
30 import android.inputmethodservice.cts.ime.ImeCommandReceiver.ImeCommandCallbacks;
55 mImeCommandReceiver.register(this /* ime */);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
IMETest.java 10 package com.ibm.icu.dev.tool.ime;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
MalayalamInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
TamilInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
GujaratiInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
IndicIMDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
39 ResourceBundle rb = ResourceBundle.getBundle("com.ibm.icu.dev.tool.ime.indic.DisplayNames",
KannadaInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
TeluguInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
GurmukhiInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
BengaliInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
IndicInputMethod.java 10 package com.ibm.icu.dev.tool.ime.indic;
OriyaInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
DevanagariInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.indic;
IndicInputMethodImpl.java 10 package com.ibm.icu.dev.tool.ime.indic;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethodDescriptor.java 10 package com.ibm.icu.dev.tool.ime.translit;
29 * Creates the Transliterator IME this is automatically callled by the
30 * JVM when the Transliterator IME is selected from the input method list.
32 * @return InputMethod The Transliterator IME object.
39 * Get the list of locales that this IME supports.
43 * the Transliterator IME works in all locales.
51 * The Transliterator IME does not support dynamic locales. The Transliterator
52 * IME's functionality does not depend upon any locale.
61 * Obtain the localized name of the Transliterator IME
64 * @param displayLanguage The requested translation of the Transliterator IME
    [all...]
TransliteratorInputMethod.java 10 package com.ibm.icu.dev.tool.ime.translit;
127 .getBundle("com.ibm.icu.dev.tool.ime.translit.Transliterator");
  /cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
AdminActionBookkeepingTest.java 69 * Test: It should be recored whether the Profile Owner or the user set the current IME.
74 final String ime = Settings.Secure.getString(resolver, setting); local
84 Settings.Secure.putString(resolver, setting, ime);
  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 17 package com.android.commands.ime;
29 public final class Ime {
40 new Ime().run(args);
233 System.err.println("usage: ime list [-a] [-s]");
234 System.err.println(" ime enable ID");
235 System.err.println(" ime disable ID");
236 System.err.println(" ime set ID");
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AdminActionBookkeepingTest.java 166 * Test: It should be recored whether the Device Owner or the user set the current IME.
171 final String ime = Settings.Secure.getString(resolver, setting); local
181 Settings.Secure.putString(resolver, setting, ime);
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 17 package com.example.android.commitcontent.ime;
52 private static final String AUTHORITY = "com.example.android.commitcontent.ime.inputcontent";
99 // As you as an IME author are most likely to have to implement your own content provider
111 // InputConnectionCompat.INPUT_CONTENT_GRANT_READ_URI_PERMISSION. You as an IME author
239 // In full-screen mode the inserted content is likely to be hidden by the IME. Hence in this
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 17 package com.example.android.commitcontent.ime;
52 private static final String AUTHORITY = "com.example.android.commitcontent.ime.inputcontent";
99 // As you as an IME author are most likely to have to implement your own content provider
111 // InputConnectionCompat.INPUT_CONTENT_GRANT_READ_URI_PERMISSION. You as an IME author
239 // In full-screen mode the inserted content is likely to be hidden by the IME. Hence in this
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 17 package com.example.android.commitcontent.ime;
52 private static final String AUTHORITY = "com.example.android.commitcontent.ime.inputcontent";
99 // As you as an IME author are most likely to have to implement your own content provider
111 // InputConnectionCompat.INPUT_CONTENT_GRANT_READ_URI_PERMISSION. You as an IME author
239 // In full-screen mode the inserted content is likely to be hidden by the IME. Hence in this
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 55 * InputMethodManagerUtils contains some static methods that provides IME informations.
152 // current locale. Note that IME developers can declare an IME as "default" only for
416 // We'd prefer to fall back on a system IME, since that is safer.
680 // enabled ime. skip
1187 Pair<String, String> ime = getLastSubtypeForInputMethodLockedInternal(imeId); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/
selenium-htmlunit-driver-2.42.2.jar 

Completed in 212 milliseconds

1 2