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

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 156 Message operation = mHandler.obtainMessage(MyHandler.MSG_OPEN);
222 public static final int MSG_OPEN = 1;
262 case MSG_OPEN: {
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 71 private static final int MSG_OPEN = 0;
125 case MSG_OPEN:
248 mHandler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE);

Completed in 880 milliseconds