Searched defs:LatinIME (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java93 public class LatinIME extends InputMethodService implements KeyboardActionListener, class in inherits:InputMethodService,KeyboardActionListener,SuggestionStripView.Listener,TargetPackageInfoGetterTask.OnTargetPackageInfoKnownListener,Suggest.SuggestInitializationListener
96 private static final String TAG = LatinIME.class.getSimpleName();
116 // Double space: the state where the user pressed space twice quickly, which LatinIME
201 public static final class UIHandler extends StaticInnerHandlerWrapper<LatinIME> {
215 public UIHandler(final LatinIME outerInstance) {
231 final LatinIME latinIme = getOuterInstance();
310 final LatinIME latinIme = getOuterInstance();
322 private void executePendingImsCallback(final LatinIME latinIme, final EditorInfo editorInfo,
343 final LatinIME latinIme = getOuterInstance();
362 final LatinIME latinIm
419 public LatinIME() { method in class:LatinIME
[all...]

Completed in 32 milliseconds