Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java156 private static final int MSG_DELETE_DONE = 6; field in PhotoView
362 mHandler.removeMessages(MSG_DELETE_DONE); in handleMessage()
363 Message m = mHandler.obtainMessage(MSG_DELETE_DONE); in handleMessage()
376 case MSG_DELETE_DONE: { in handleMessage()
449 mHandler.removeMessages(MSG_DELETE_DONE); in notifyDataChange()
450 Message m = mHandler.obtainMessage(MSG_DELETE_DONE); in notifyDataChange()