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

  /packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java 73 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/crop/
CropActivity.java 76 private static final int SELECT_PICTURE = 1; // request code for picker
158 SELECT_PICTURE);
166 if (resultCode == RESULT_OK && requestCode == SELECT_PICTURE) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 150 private static final int SELECT_PICTURE = 1;
    [all...]

Completed in 37 milliseconds