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

/frameworks/base/core/java/android/hardware/
H A DCamera.java974 * from the sensor. This is a good opportunity to play a shutter sound
1000 * Equivalent to takePicture(shutter, raw, null, jpeg).
1004 public final void takePicture(ShutterCallback shutter, PictureCallback raw, argument
1006 takePicture(shutter, raw, null, jpeg);
1013 * The shutter callback occurs after the image is captured. This can be used
1034 * @param shutter the callback for image capture moment, or null
1039 public final void takePicture(ShutterCallback shutter, PictureCallback raw, argument
1041 mShutterCallback = shutter;
3422 * Applications can set shutter callback as null to avoid the shutter
[all...]

Completed in 88 milliseconds