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.java143 private static final int MSG_DELETE_DONE = 6; field in PhotoView
332 mHandler.removeMessages(MSG_DELETE_DONE); in handleMessage()
333 Message m = mHandler.obtainMessage(MSG_DELETE_DONE); in handleMessage()
346 case MSG_DELETE_DONE: { in handleMessage()
415 mHandler.removeMessages(MSG_DELETE_DONE); in notifyDataChange()
416 Message m = mHandler.obtainMessage(MSG_DELETE_DONE); in notifyDataChange()