Searched refs:latinIme (Results 1 – 3 of 3) sorted by relevance
239 final LatinIME latinIme = getOwnerInstance(); in onCreate() local240 if (latinIme == null) { in onCreate()243 final Resources res = latinIme.getResources(); in onCreate()252 final LatinIME latinIme = getOwnerInstance(); in handleMessage() local253 if (latinIme == null) { in handleMessage()256 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher; in handleMessage()260 latinIme.mInputLogic.performUpdateSuggestionStripSync( in handleMessage()261 latinIme.mSettings.getCurrent(), msg.arg1 /* inputStyle */); in handleMessage()264 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(), in handleMessage()265 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()