HomeSort by relevance Sort by last modified time
    Searched refs:InputLogicHandler (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java 32 class InputLogicHandler implements Handler.Callback {
44 public static final InputLogicHandler NULL_HANDLER = new InputLogicHandler() {
64 InputLogicHandler() {
70 public InputLogicHandler(final LatinIME latinIME, final InputLogic inputLogic) {
72 InputLogicHandler.class.getSimpleName());
84 // of InputLogicHandler. To avoid these handlers lingering, we call this.
InputLogic.java 80 private InputLogicHandler mInputLogicHandler = InputLogicHandler.NULL_HANDLER;
91 // This has package visibility so it can be accessed from InputLogicHandler.
126 mInputLogicHandler = InputLogicHandler.NULL_HANDLER;
161 if (InputLogicHandler.NULL_HANDLER == mInputLogicHandler) {
162 mInputLogicHandler = new InputLogicHandler(mLatinIME, this);
218 final InputLogicHandler inputLogicHandler = mInputLogicHandler;
219 mInputLogicHandler = InputLogicHandler.NULL_HANDLER;
220 inputLogicHandler.destroy()
    [all...]

Completed in 54 milliseconds