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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java 17 package com.android.inputmethod.latin.inputlogic;
36 final InputLogic mInputLogic;
70 public InputLogicHandler(final LatinIME latinIME, final InputLogic inputLogic) {
76 mInputLogic = inputLogic;
105 // Called on the UI thread by InputLogic.
154 // Previous suggestions are found in InputLogic#mSuggestedWords.
179 // Called on the UI thread by InputLogic.
192 // Called on the UI thread by InputLogic.
210 // Called on the UI thread by InputLogic
    [all...]
InputLogic.java 17 package com.android.inputmethod.latin.inputlogic;
72 public final class InputLogic {
73 private static final String TAG = InputLogic.class.getSimpleName();
119 public InputLogic(final LatinIME latinIME,
215 // instances of InputLogic. This cleans up the associated handler so that tests don't leak
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 81 import com.android.inputmethod.latin.inputlogic.InputLogic;
136 final InputLogic mInputLogic = new InputLogic(this /* LatinIME */,
    [all...]

Completed in 54 milliseconds