Searched refs:latinIme (Results 1 – 3 of 3) sorted by relevance
201 final LatinIME latinIme = getOwnerInstance(); in onCreate() local202 if (latinIme == null) { in onCreate()205 final Resources res = latinIme.getResources(); in onCreate()214 final LatinIME latinIme = getOwnerInstance(); in handleMessage() local215 if (latinIme == null) { in handleMessage()218 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; in handleMessage()222 latinIme.mInputLogic.performUpdateSuggestionStripSync( in handleMessage()223 latinIme.mSettings.getCurrent(), msg.arg1 /* inputStyle */); in handleMessage()226 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(), in handleMessage()227 latinIme.getCurrentRecapitalizeState()); in handleMessage()[all …]
33 public DictionaryDumpBroadcastReceiver(final LatinIME latinIme) { in DictionaryDumpBroadcastReceiver() argument34 mLatinIme = latinIme; in DictionaryDumpBroadcastReceiver()
79 public static void init(final LatinIME latinIme) { in init() argument80 sInstance.initInternal(latinIme); in init()83 private void initInternal(final LatinIME latinIme) { in initInternal() argument84 mLatinIME = latinIme; in initInternal()