/packages/apps/Camera/src/com/android/camera/ui/ |
FaceView.java | 143 // Ignore the parameter. No autofocus animation for face detection. 150 // Ignore the parameter. No autofocus animation for face detection.
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
FaceView.java | 149 // Ignore the parameter. No autofocus animation for face detection. 156 // Ignore the parameter. No autofocus animation for face detection.
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 66 * <uses-feature android:name="android.hardware.camera.autofocus" /></pre> [all...] |
/hardware/libhardware/include/hardware/ |
camera2.h | 320 * The autofocus routine has changed state. Argument ext1 contains the new 395 * Trigger an autofocus cycle. The effect of the trigger depends on the 396 * autofocus mode in effect when the trigger is received, which is the mode 400 * the autofocus cycle can be tracked in android.control.afMode and the 449 * Send a cancel message to the autofocus algorithm. The effect of the 450 * cancellation depends on the autofocus mode in effect when the trigger is 454 * any current autofocus scan must be canceled, and the AF state should be 457 * The state of the autofocus cycle can be tracked in android.control.afMode 458 * and the corresponding notification. Continuous autofocus modes may resume [all...] |
/docs/source.android.com/src/devices/ |
camera.jd | 124 device's Makefile. For example, to specify that your device has a camera flash and can autofocus, 132 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
/external/chromium_org/remoting/webapp/ |
client_screen.js | 177 button1.removeAttribute('autofocus'); 180 button2.setAttribute('autofocus', 'autofocus');
|
/frameworks/av/camera/ |
ICamera.cpp | 185 status_t autoFocus() 187 ALOGV("autoFocus"); 364 reply->writeInt32(autoFocus());
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraTest.java | 370 mCamera.autoFocus(mAutoFocusCallback); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLInputElement.idl | 27 [Reflect] attribute boolean autofocus;
|
/frameworks/av/include/camera/ |
ICamera.h | 89 virtual status_t autoFocus() = 0;
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/ |
AutoFocusStateMachine.java | 62 * The camera is currently not doing anything with the autofocus. 64 * <p>Autofocus could be off, or this could be an intermediate state transition as 322 * Enable passive autofocus, immediately triggering a non-converging scan. 324 * <p>While passive autofocus is enabled, use {@link #lockAutoFocus} to lock
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFocus.cpp | 113 // If the app calls autoFocus, the camera will stop sending face callbacks. 184 CAMHAL_LOGDA("Autofocus started successfully"); 204 CAMHAL_LOGEA("Autofocus callback timeout expired"); 377 CAMHAL_LOGDB("Autofocus callback for index 0x%x registered successfully",
|
/packages/apps/LegacyCamera/ |
AndroidManifest.xml | 11 <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
/packages/experimental/CameraPreviewTest/ |
AndroidManifest.xml | 31 <uses-feature android:name="android.hardware.camera.autofocus" />
|
/packages/apps/Camera/tests/src/com/android/camera/activity/ |
CameraTestCase.java | 145 // Mock autoFocus call. 146 doAnswer(mAutoFocusCallable).when(mMockBackCamera).autoFocus(
|
/frameworks/base/core/java/android/hardware/camera2/ |
CameraMetadata.java | 402 * the autofocus trigger action is called. When that trigger 417 * autofocus trigger action is called. 504 * Autofocus must trigger now. 512 * Autofocus must return to initial 1079 * autofocus mode [all...] |
/device/asus/flo/ |
device-common.mk | 102 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
/device/lge/mako/ |
device.mk | 88 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
/device/samsung/manta/ |
device.mk | 58 frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
/packages/apps/Camera/src/com/android/camera/ |
CameraManager.java | 189 mCamera.autoFocus((AutoFocusCallback) msg.obj); 365 public void autoFocus(AutoFocusCallback cb) {
|
/system/core/include/system/ |
camera.h | 88 // Notify on autofocus start and stop. This is useful in continuous 89 // autofocus - FOCUS_MODE_CONTINUOUS_VIDEO and FOCUS_MODE_CONTINUOUS_PICTURE.
|
/device/asus/flo/camera/ |
QCameraParameters.h | 145 // CameraHardwareInterface.autoFocus to start the focus in this mode.
|
/device/lge/mako/camera/ |
QCameraParameters.h | 145 // CameraHardwareInterface.autoFocus to start the focus in this mode.
|
/external/chromium/chrome/common/extensions/docs/static/ |
samples.html | 68 <input autofocus type="search" type="text" id="searchinput" placeholder="Type to search" onkeyup="filterSamples();" />
|
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.c | 105 {MNOTE_PENTAX2_TAG_AFPOINTS_USED, "AfPointsUsed,", N_("Autofocus Points Used"), ""},
|