Searched defs:mDeletePath (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java179 private Path mDeletePath; field in class:PhotoPage
1201 mDeletePath = path;
1208 if (mDeletePath == null) return;
1211 if (mDeleteIsFocus) mModel.setFocusHintPath(mDeletePath);
1212 mMediaSet.removeDeletion(mDeletePath);
1213 mDeletePath = null;
1218 if (mDeletePath == null) return;
1219 mMenuExecutor.startSingleItemAction(R.id.action_delete, mDeletePath);
1220 mDeletePath = null;

Completed in 11 milliseconds