OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_OUTPUT
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
Wallpaper.java
170
intent.putExtra(MediaStore.
EXTRA_OUTPUT
, Uri.fromFile(mTempFile));
Photographs.java
181
intent.putExtra(MediaStore.
EXTRA_OUTPUT
, Uri.fromFile(mTempFile));
CropImage.java
176
final Uri outputUri = (Uri)myExtras.getParcelable(MediaStore.
EXTRA_OUTPUT
);
240
mSaveUri = (Uri) extras.getParcelable(MediaStore.
EXTRA_OUTPUT
);
[
all
...]
/packages/apps/Camera/src/com/android/camera/
Camera.java
[
all
...]
VideoCamera.java
881
Uri saveUri = (Uri) myExtras.getParcelable(MediaStore.
EXTRA_OUTPUT
);
[
all
...]
/frameworks/base/core/java/android/provider/
MediaStore.java
137
* The caller may pass an extra
EXTRA_OUTPUT
to control where this image will be written.
138
* If the
EXTRA_OUTPUT
is not present, then a small sized image is returned as a Bitmap
140
* If the
EXTRA_OUTPUT
is present, then the full-sized image will be written to the Uri
141
* value of
EXTRA_OUTPUT
.
142
* @see #
EXTRA_OUTPUT
153
* The caller may pass in an extra
EXTRA_OUTPUT
to control
154
* where the video is written. If
EXTRA_OUTPUT
is not present the video will be
157
* @see #
EXTRA_OUTPUT
182
public final static String
EXTRA_OUTPUT
= "output";
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
CropImage.java
111
mSaveUri = (Uri) extras.getParcelable(MediaStore.
EXTRA_OUTPUT
);
/packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 172 milliseconds