HomeSort by relevance Sort by last modified time
    Searched refs:SELECT_PICTURE (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 74 private static final int SELECT_PICTURE = 1; // request code for picker
155 SELECT_PICTURE);
163 if (resultCode == RESULT_OK && requestCode == SELECT_PICTURE) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 103 private static final int SELECT_PICTURE = 1;
    [all...]

Completed in 47 milliseconds