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/event/
EventInterpreter.java 23 import com.android.inputmethod.latin.LatinIME;
45 final LatinIME mLatinIme;
54 * @param latinIme a reference to the ime.
56 public EventInterpreter(final LatinIME latinIme) {
57 this(null, latinIme);
73 * @param latinIme a reference to the ime.
75 public EventInterpreter(final EventDecoderSpec specification, final LatinIME latinIme) {
83 mLatinIme = latinIme;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 33 import com.android.inputmethod.latin.LatinIME;
72 private LatinIME mLatinIME;
96 public static void init(final LatinIME latinIme) {
97 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(latinIme);
98 sInstance.initInternal(latinIme, prefs);
101 private void initInternal(final LatinIME latinIme, final SharedPreferences prefs) {
102 mLatinIME = latinIme;
103 mResources = latinIme.getResources()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 117 public class LatinIME extends InputMethodService implements KeyboardActionListener,
120 private static final String TAG = LatinIME.class.getSimpleName();
145 // Double space: the state where the user pressed space twice quickly, which LatinIME
230 public static final class UIHandler extends StaticInnerHandlerWrapper<LatinIME> {
251 public UIHandler(final LatinIME outerInstance) {
267 final LatinIME latinIme = getOuterInstance();
268 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher;
271 latinIme.updateSuggestionStrip();
281 latinIme.showSuggestionStripWithTypedWord(p.first, p.second)
    [all...]

Completed in 46 milliseconds