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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogicHandler.java32 class InputLogicHandler implements Handler.Callback { class in inherits:Handler.Callback
44 public static final InputLogicHandler NULL_HANDLER = new InputLogicHandler() {
64 InputLogicHandler() { method in class:InputLogicHandler
70 public InputLogicHandler(final LatinIME latinIME, final InputLogic inputLogic) { method in class:InputLogicHandler
72 InputLogicHandler.class.getSimpleName());
84 // of InputLogicHandler. To avoid these handlers lingering, we call this.

Completed in 70 milliseconds