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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java56 public class RichInputMethodManager { class
57 private static final String TAG = RichInputMethodManager.class.getSimpleName();
60 private RichInputMethodManager() { method in class:RichInputMethodManager
64 private static final RichInputMethodManager sInstance = new RichInputMethodManager();
75 public static RichInputMethodManager getInstance() {

Completed in 58 milliseconds