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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java74 private static final int SELECT_PICTURE = 1; // request code for picker field in class:CropActivity
155 SELECT_PICTURE);
163 if (resultCode == RESULT_OK && requestCode == SELECT_PICTURE) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java103 private static final int SELECT_PICTURE = 1; field in class:FilterShowActivity
932 SELECT_PICTURE);
938 if (requestCode == SELECT_PICTURE) {

Completed in 61 milliseconds