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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java76 private static final int SELECT_PICTURE = 1; // request code for picker field in class:CropActivity
158 SELECT_PICTURE);
166 if (resultCode == RESULT_OK && requestCode == SELECT_PICTURE) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java150 private static final int SELECT_PICTURE = 1; field in class:FilterShowActivity
1380 SELECT_PICTURE);
1386 if (requestCode == SELECT_PICTURE) {

Completed in 144 milliseconds