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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java166 private static final int MSG_SHOW_PREVIEW = 1; field in class:KeyboardView
254 case MSG_SHOW_PREVIEW:
905 mHandler.removeMessages(MSG_SHOW_PREVIEW);
918 mHandler.obtainMessage(MSG_SHOW_PREVIEW, keyIndex, 0),
1350 mHandler.removeMessages(MSG_SHOW_PREVIEW);

Completed in 63 milliseconds