Searched refs:ime (Results 1 – 12 of 12) sorted by relevance
7 LOCAL_MODULE := ime12 ALL_PREBUILT += $(TARGET_OUT)/bin/ime13 $(TARGET_OUT)/bin/ime : $(LOCAL_PATH)/ime | $(ACP)
5 export CLASSPATH=$base/framework/ime.jar6 exec app_process $base/bin com.android.commands.ime.Ime "$@"
49 void setIME(InputMethodService ime) { in setIME() argument50 mIME = ime; in setIME()
916 for (Pair<String, String> ime: savedImes) { in saveSubtypeHistory()917 String imeId = ime.first; in saveSubtypeHistory()918 String subtypeId = ime.second; in saveSubtypeHistory()936 for (Pair<String, String> ime: subtypeHistory) { in addSubtypeToHistory()937 if (ime.first.equals(imeId)) { in addSubtypeToHistory()940 + ime.second); in addSubtypeToHistory()943 subtypeHistory.remove(ime); in addSubtypeToHistory()967 Pair<String, String> ime = getLastSubtypeForInputMethodLockedInternal(imeId); in getLastSubtypeForInputMethodLocked() local968 if (ime != null) { in getLastSubtypeForInputMethodLocked()969 return ime.second; in getLastSubtypeForInputMethodLocked()
13 <a href="http://android-developers.blogspot.com/2011/12/add-voice-typing-to-your-ime.html">
2 page.tags=ime,keyboard,inputmethodservice
17 package com.android.commands.ime;
1199 public void setLastInputMethodWindowLw(WindowState ime, WindowState target); in setLastInputMethodWindowLw() argument
4488 for (InputMethodInfo ime : enabledImes) { in setPermittedInputMethods()4489 enabledPackages.add(ime.getPackageName()); in setPermittedInputMethods()4571 for (InputMethodInfo ime : imes) { in getPermittedInputMethodsForCurrentUser()4572 String packageName = ime.getPackageName(); in getPermittedInputMethodsForCurrentUser()
416 <h3 id="ime" style="margin-top:1.25em;">IME framework</h3>
624 <h3 id="ime" style="margin-top:1.25em;">IME framework</h3>
5853 public void setLastInputMethodWindowLw(WindowState ime, WindowState target) { in setLastInputMethodWindowLw() argument5854 mLastInputMethodWindow = ime; in setLastInputMethodWindowLw()