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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java156 private static final int MSG_DELETE_DONE = 6; field in class:PhotoView
360 // We make sure there is at most one MSG_DELETE_DONE
362 mHandler.removeMessages(MSG_DELETE_DONE);
363 Message m = mHandler.obtainMessage(MSG_DELETE_DONE);
376 case MSG_DELETE_DONE: {
449 mHandler.removeMessages(MSG_DELETE_DONE);
450 Message m = mHandler.obtainMessage(MSG_DELETE_DONE);

Completed in 43 milliseconds