HomeSort by relevance Sort by last modified time
    Searched refs:latinIme (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryDumpBroadcastReceiver.java 31 final LatinIME mLatinIme;
33 public DictionaryDumpBroadcastReceiver(final LatinIME latinIme) {
34 mLatinIme = latinIme;
LatinIME.java 111 public class LatinIME extends InputMethodService implements KeyboardActionListener,
115 private static final String TAG = LatinIME.class.getSimpleName();
137 // TODO: Move from LatinIME.
148 private final InputLogic mInputLogic = new InputLogic(this /* LatinIME */,
181 public static final class UIHandler extends LeakGuardHandlerWrapper<LatinIME> {
204 public UIHandler(final LatinIME ownerInstance) {
209 final LatinIME latinIme = getOwnerInstance();
210 if (latinIme == null) {
213 final Resources res = latinIme.getResources()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 35 import com.android.inputmethod.latin.LatinIME;
55 private LatinIME mLatinIME;
77 public static void init(final LatinIME latinIme) {
78 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(latinIme);
79 sInstance.initInternal(latinIme, prefs);
82 private void initInternal(final LatinIME latinIme, final SharedPreferences prefs) {
83 mLatinIME = latinIme;
182 // when a keyboard layout set doesn't get reloaded in LatinIME.onStartInputViewInternal()
    [all...]

Completed in 38 milliseconds