OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cropIntent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
ImageGallery.java
309
Intent
cropIntent
= new Intent();
310
cropIntent
.setData(img.fullSizeImageUri());
311
cropIntent
.setClass(this, CropImage.class);
312
cropIntent
.putExtras(newExtras);
315
cropIntent
.putExtras(myExtras);
316
startActivityForResult(
cropIntent
, CROP_MSG);
[
all
...]
MenuHelper.java
495
Intent
cropIntent
= new Intent(
497
cropIntent
.setData(u);
499
cropIntent
, RESULT_COMMON_MENU_CROP);
[
all
...]
/packages/apps/Camera/src/com/android/camera/
Camera.java
[
all
...]
Completed in 60 milliseconds