Searched refs:EventInterpreter (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DEventInterpreter.java36 public class EventInterpreter { class
56 public EventInterpreter(final LatinIME latinIme) { method in class:EventInterpreter
75 public EventInterpreter(final EventDecoderSpec specification, final LatinIME latinIme) { method in class:EventInterpreter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java70 import com.android.inputmethod.event.EventInterpreter;
152 private EventInterpreter mEventInterpreter = new EventInterpreter(this);

Completed in 60 milliseconds