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.java155 private static final int MSG_DELETE_DONE = 6; field in PhotoView
361 mHandler.removeMessages(MSG_DELETE_DONE); in handleMessage()
362 Message m = mHandler.obtainMessage(MSG_DELETE_DONE); in handleMessage()
375 case MSG_DELETE_DONE: { in handleMessage()
448 mHandler.removeMessages(MSG_DELETE_DONE); in notifyDataChange()
449 Message m = mHandler.obtainMessage(MSG_DELETE_DONE); in notifyDataChange()