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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
SpaceState.java 17 package com.android.inputmethod.latin.inputlogic;
InputLogicHandler.java 17 package com.android.inputmethod.latin.inputlogic;
37 final InputLogic mInputLogic;
71 public InputLogicHandler(final LatinIME latinIME, final InputLogic inputLogic) {
77 mInputLogic = inputLogic;
106 // Called on the UI thread by InputLogic.
146 // Previous suggestions are found in InputLogic#mSuggestedWords.
172 // Called on the UI thread by InputLogic.
185 // Called on the UI thread by InputLogic.
203 // Called on the UI thread by InputLogic
    [all...]
InputLogic.java 17 package com.android.inputmethod.latin.inputlogic;
74 public final class InputLogic {
75 private static final String TAG = InputLogic.class.getSimpleName();
125 public InputLogic(final LatinIME latinIME,
214 // instances of InputLogic. This cleans up the associated handler so that tests don't leak
    [all...]

Completed in 776 milliseconds