HomeSort by relevance Sort by last modified time
    Searched refs:MSG_CLOSE (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 122 private static final int MSG_CLOSE = 2;
151 case MSG_CLOSE:
    [all...]
OpenWnnJAJP.java 146 private static final int MSG_CLOSE = 2;
449 case MSG_CLOSE:
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 72 private static final int MSG_CLOSE = 1;
130 case MSG_CLOSE:
248 mHandler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE);
  /packages/apps/Gallery2/src/com/android/camera/ui/
PieRenderer.java 77 private static final int MSG_CLOSE = 1;
155 case MSG_CLOSE:
303 mHandler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE);
    [all...]

Completed in 67 milliseconds