Searched refs:latinIme (Results 1 – 3 of 3) sorted by relevance
238 final LatinIME latinIme = getOwnerInstance(); in onCreate() local239 if (latinIme == null) { in onCreate()242 final Resources res = latinIme.getResources(); in onCreate()251 final LatinIME latinIme = getOwnerInstance(); in handleMessage() local252 if (latinIme == null) { in handleMessage()255 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; in handleMessage()259 latinIme.mInputLogic.performUpdateSuggestionStripSync( in handleMessage()260 latinIme.mSettings.getCurrent(), msg.arg1 /* inputStyle */); in handleMessage()263 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(), in handleMessage()264 latinIme.getCurrentRecapitalizeState()); in handleMessage()[all …]
33 public DictionaryDumpBroadcastReceiver(final LatinIME latinIme) { in DictionaryDumpBroadcastReceiver() argument34 mLatinIme = latinIme; in DictionaryDumpBroadcastReceiver()
81 public static void init(final LatinIME latinIme) { in init() argument82 sInstance.initInternal(latinIme); in init()85 private void initInternal(final LatinIME latinIme) { in initInternal() argument86 mLatinIME = latinIme; in initInternal()