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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEN.java122 private static final int MSG_CLOSE = 2; field in class:OpenWnnEN
151 case MSG_CLOSE:
1070 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_CLOSE), 0);
H A DOpenWnnJAJP.java146 private static final int MSG_CLOSE = 2; field in class:OpenWnnJAJP
449 case MSG_CLOSE:
3047 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_CLOSE), 0);
/packages/apps/Camera/src/com/android/camera/ui/
H A DPieRenderer.java72 private static final int MSG_CLOSE = 1; field in class:PieRenderer
130 case MSG_CLOSE:
248 mHandler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE);

Completed in 112 milliseconds