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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java167 private static final int MSG_REMOVE_PREVIEW = 2; field in class:KeyboardView
257 case MSG_REMOVE_PREVIEW:
909 .obtainMessage(MSG_REMOVE_PREVIEW),
968 mHandler.removeMessages(MSG_REMOVE_PREVIEW);

Completed in 52 milliseconds