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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java42 * The OpenWnn IME's base class.
46 public class OpenWnn extends InputMethodService { class in inherits:InputMethodService
65 /** Flag for checking if the previous down key event is consumed by OpenWnn */
78 private static OpenWnn mCurrentIme;
86 public OpenWnn() { method in class:OpenWnn
211 Log.e("iWnn", "OpenWnn::onKeyLongPress() Unprocessing onCreate() ");
282 * OpenWnn
353 * @return the instance of current IME, See {@link jp.co.omronsoft.openwnn.OpenWnn}
355 public static OpenWnn getCurrentIme() {

Completed in 40 milliseconds