Searched defs:EXTRA_OUTPUT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DMediaStore.java231 * The caller may pass an extra EXTRA_OUTPUT to control where this image will be written.
232 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap
234 * If the EXTRA_OUTPUT is present, then the full-sized image will be written to the Uri
235 * value of EXTRA_OUTPUT.
236 * @see #EXTRA_OUTPUT
250 * The caller may pass an extra EXTRA_OUTPUT to control where this image will be written.
251 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap
253 * If the EXTRA_OUTPUT is present, then the full-sized image will be written to the Uri
254 * value of EXTRA_OUTPUT.
257 * @see #EXTRA_OUTPUT
300 public final static String EXTRA_OUTPUT = "output"; field in class:MediaStore
[all...]

Completed in 38 milliseconds