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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DEventDecoderSpec.java23 public class EventDecoderSpec { class
24 public EventDecoderSpec() { method in class:EventDecoderSpec
H A DEventInterpreter.java42 final EventDecoderSpec mDecoderSpec;
75 public EventInterpreter(final EventDecoderSpec specification, final LatinIME latinIme) {
76 mDecoderSpec = null != specification ? specification : new EventDecoderSpec();

Completed in 36 milliseconds