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

  /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/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(T ime) {
61 mIme = ime;
62 ime.registerReceiver(this, new IntentFilter(ImeCommandConstants.ACTION_IME_COMMAND));
104 throw new UnsupportedOperationException("Unknown IME command: " + command);
CtsBaseInputMethod.java 17 package android.inputmethodservice.cts.ime;
32 import android.inputmethodservice.cts.ime.ImeCommandReceiver.ImeCommandCallbacks;
49 "android.inputmethodservice.cts.ime.ReplyUserHandleSessionId";
52 "android.inputmethodservice.cts.ime.ReplyUserHandle";
55 "android.inputmethodservice.cts.ime.ReplyUserHandle";
58 "android.inputmethodservice.cts.ime.ReplyUserHandleSessionId";
74 mImeCommandReceiver.register(this /* ime */);
  /cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
AdminActionBookkeepingTest.java 68 * Test: It should be recored whether the Profile Owner or the user set the current IME.
73 final String ime = Settings.Secure.getString(resolver, setting); local
83 Settings.Secure.putString(resolver, setting, ime);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AdminActionBookkeepingTest.java 165 * Test: It should be recored whether the Device Owner or the user set the current IME.
170 final String ime = Settings.Secure.getString(resolver, setting); local
180 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
  /external/cldr/tools/java/org/unicode/cldr/draft/
ScriptMetadata.java 44 WR, AGE, SAMPLE_CODE, ID_USAGE("ID Usage (UAX31)"), RTL("RTL?"), LB_LETTERS("LB letters?"), SHAPING_REQ("Shaping Req?"), IME("IME?"), ORIGIN_COUNTRY(
148 public final Trinary ime; field in class:ScriptMetadata.Info
169 ime = trinaryLookup.forString(Column.IME.getItem(items));
197 ime = "IME:YES".equals(string) ? Trinary.YES : other.ime;
220 + "\tIme: " + ime
283 info2 = new Info(info, "IME:YES", null)
    [all...]

Completed in 1173 milliseconds