Searched refs:MSG_CLOSE (Results 1 – 4 of 4) sorted by relevance
109 public static final int MSG_CLOSE = 3; field in SampleCache.IoHandlerCallback167 case MSG_CLOSE: in handleMessage()387 mIoHandler.sendEmptyMessage(IoHandlerCallback.MSG_CLOSE); in close()
122 private static final int MSG_CLOSE = 2; field in OpenWnnEN151 case MSG_CLOSE:1070 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_CLOSE), 0); in close()
146 private static final int MSG_CLOSE = 2; field in OpenWnnJAJP449 case MSG_CLOSE:3047 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_CLOSE), 0); in close()
67 private static final int MSG_CLOSE = 1; field in PieRenderer125 case MSG_CLOSE:243 mHandler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE); in show()