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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DComposingStateManager.java21 public class ComposingStateManager { class
22 private static final String TAG = ComposingStateManager.class.getSimpleName();
23 private static final ComposingStateManager sInstance = new ComposingStateManager();
27 public static ComposingStateManager getInstance() {
31 private ComposingStateManager() { method in class:ComposingStateManager
H A DLatinIME.java232 private final ComposingStateManager mComposingStateManager =
233 ComposingStateManager.getInstance();

Completed in 38 milliseconds