Searched refs:latinIme (Results 1 – 3 of 3) sorted by relevance
267 final LatinIME latinIme = getOuterInstance(); in handleMessage() local268 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; in handleMessage()271 latinIme.updateSuggestionStrip(); in handleMessage()281 latinIme.showSuggestionStripWithTypedWord(p.first, p.second); in handleMessage()283 latinIme.showSuggestionStrip((SuggestedWords) msg.obj); in handleMessage()286 latinIme.showGesturePreviewAndSuggestionStrip((SuggestedWords) msg.obj, in handleMessage()291 latinIme.restartSuggestionsOnWordTouchedByCursor(); in handleMessage()294 latinIme.initSuggest(); in handleMessage()301 latinIme.onEndBatchInputAsyncInternal((SuggestedWords) msg.obj); in handleMessage()304 latinIme.retryResetCaches(msg.arg1 == 1 /* tryResumeSuggestions */, in handleMessage()[all …]
101 public static void init(final LatinIME latinIme) { in init() argument102 final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(latinIme); in init()103 sInstance.initInternal(latinIme, prefs); in init()106 private void initInternal(final LatinIME latinIme, final SharedPreferences prefs) { in initInternal() argument107 mLatinIME = latinIme; in initInternal()108 mResources = latinIme.getResources(); in initInternal()
56 public EventInterpreter(final LatinIME latinIme) { in EventInterpreter() argument57 this(null, latinIme); in EventInterpreter()75 public EventInterpreter(final EventDecoderSpec specification, final LatinIME latinIme) { in EventInterpreter() argument83 mLatinIme = latinIme; in EventInterpreter()