OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autofocus
(Results
1 - 25
of
481
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Camera2/src/com/android/camera/
FocusOverlayManager.java
49
* (1) The camera has continuous
autofocus
. Move the camera. Take a picture when
51
* (2) The camera has continuous
autofocus
. Move the camera. Take a picture when
57
* (5) The camera has
autofocus
. Single tap the shutter to take a picture.
58
* (6) The camera has
autofocus
. Hold the shutter. Release to take a picture.
59
* (7) The camera has no
autofocus
. Single tap the shutter and take a picture.
60
* (8) The camera has
autofocus
and supports focus area. Touch the screen to
61
* trigger
autofocus
. Take a picture.
62
* (9) The camera has
autofocus
and supports focus area. Touch the screen to
63
* trigger
autofocus
. Wait until it times out.
64
* (10) The camera has no
autofocus
and supports metering area. Touch the scree
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java
38
* (1) The camera has continuous
autofocus
. Move the camera. Take a picture when
40
* (2) The camera has continuous
autofocus
. Move the camera. Take a picture when
46
* (5) The camera has
autofocus
. Single tap the shutter to take a picture.
47
* (6) The camera has
autofocus
. Hold the shutter. Release to take a picture.
48
* (7) The camera has no
autofocus
. Single tap the shutter and take a picture.
49
* (8) The camera has
autofocus
and supports focus area. Touch the screen to
50
* trigger
autofocus
. Take a picture.
51
* (9) The camera has
autofocus
and supports focus area. Touch the screen to
52
* trigger
autofocus
. Wait until it times out.
53
* (10) The camera has no
autofocus
and supports metering area. Touch the scree
[
all
...]
/external/opencv3/samples/android/15-puzzle/
AndroidManifest.xml
30
<uses-feature android:name="android.hardware.camera.
autofocus
" android:required="false"/>
32
<uses-feature android:name="android.hardware.camera.front.
autofocus
" android:required="false"/>
/external/opencv3/samples/android/camera-calibration/
AndroidManifest.xml
34
<uses-feature android:name="android.hardware.camera.
autofocus
" android:required="false"/>
36
<uses-feature android:name="android.hardware.camera.front.
autofocus
" android:required="false"/>
/external/opencv3/samples/android/face-detection/
AndroidManifest.xml
34
<uses-feature android:name="android.hardware.camera.
autofocus
" android:required="false"/>
36
<uses-feature android:name="android.hardware.camera.front.
autofocus
" android:required="false"/>
/external/opencv3/samples/android/image-manipulations/
AndroidManifest.xml
34
<uses-feature android:name="android.hardware.camera.
autofocus
" android:required="false"/>
36
<uses-feature android:name="android.hardware.camera.front.
autofocus
" android:required="false"/>
/external/opencv3/samples/android/tutorial-1-camerapreview/
AndroidManifest.xml
34
<uses-feature android:name="android.hardware.camera.
autofocus
" android:required="false"/>
36
<uses-feature android:name="android.hardware.camera.front.
autofocus
" android:required="false"/>
/external/opencv3/samples/android/tutorial-2-mixedprocessing/
AndroidManifest.xml
34
<uses-feature android:name="android.hardware.camera.
autofocus
" android:required="false"/>
36
<uses-feature android:name="android.hardware.camera.front.
autofocus
" android:required="false"/>
/pdk/apps/TestingCamera/res/values/
strings.xml
48
<string name="af_mode_prompt">
Autofocus
mode</string>
50
<string name="trigger_autofocus">Trigger
autofocus
</string>
51
<string name="cancel_autofocus">Cancel
Autofocus
</string>
/frameworks/native/data/etc/
android.hardware.camera.autofocus.xml
21
<feature name="android.hardware.camera.
autofocus
" />
wearable_core_hardware.xml
40
<!-- devices with an
autofocus
camera and/or flash must include either
41
android.hardware.camera.
autofocus
.xml or
42
android.hardware.camera.
autofocus
-flash.xml -->
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
ManualAutoFocus.java
17
package com.android.camera.one.v2.
autofocus
;
/external/opencv3/samples/android/color-blob-detection/
AndroidManifest.xml
34
<uses-feature android:name="android.hardware.camera.
autofocus
" android:required="false"/>
36
<uses-feature android:name="android.hardware.camera.front.
autofocus
" android:required="false"/>
/external/opencv3/samples/android/tutorial-3-cameracontrol/
AndroidManifest.xml
34
<uses-feature android:name="android.hardware.camera.
autofocus
" android:required="false"/>
36
<uses-feature android:name="android.hardware.camera.front.
autofocus
" android:required="false"/>
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CameraFacade.java
86
@Rpc(description = "Take a picture and save it to the specified path.", returns = "A map of Booleans
autoFocus
and takePicture where True indicates success. cameraId also included.")
108
autoFocus
(autoFocusResult, camera);
119
result.putBoolean("
autoFocus
", autoFocusResult.mmResult);
190
private void
autoFocus
(final BooleanResult result, final Camera camera)
194
camera.
autoFocus
(new AutoFocusCallback() {
/sdk/files/
devices.xml
41
<d:
autofocus
>true</d:
autofocus
>
118
<d:
autofocus
>true</d:
autofocus
>
123
<d:
autofocus
>false</d:
autofocus
>
231
<d:
autofocus
>true</d:
autofocus
>
236
<d:
autofocus
>true</d:
autofocus
>
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java
78
public void
autoFocus
();
153
autoFocus
();
170
// guarantee setParameters can be called during
autofocus
.
222
// Do not play the sound in continuous
autofocus
mode. It does
292
autoFocus
();
318
private void
autoFocus
() {
319
Log.v(TAG, "Start
autofocus
.");
320
mListener.
autoFocus
();
330
Log.v(TAG, "Cancel
autofocus
.");
356
// Always use
autofocus
in tap-to-focus
[
all
...]
/device/generic/mini-emulator-arm64/
mini_emulator_common.mk
45
frameworks/native/data/etc/android.hardware.camera.
autofocus
.xml:system/etc/permissions/android.hardware.camera.
autofocus
.xml \
/device/generic/mini-emulator-armv7-a-neon/
mini_emulator_common.mk
45
frameworks/native/data/etc/android.hardware.camera.
autofocus
.xml:system/etc/permissions/android.hardware.camera.
autofocus
.xml \
/developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/
AndroidManifest.xml
24
<uses-feature android:name="android.hardware.camera.
autofocus
" />
/developers/samples/android/media/Camera2Basic/Application/src/main/
AndroidManifest.xml
24
<uses-feature android:name="android.hardware.camera.
autofocus
" />
/development/samples/browseable/Camera2Basic/
AndroidManifest.xml
24
<uses-feature android:name="android.hardware.camera.
autofocus
" />
/external/opencv3/modules/java/android_test/
AndroidManifest.xml
26
<uses-feature android:name="android.hardware.camera.
autofocus
" />
/external/webrtc/talk/app/webrtc/androidtests/
AndroidManifest.xml
7
<uses-feature android:name="android.hardware.camera.
autofocus
" />
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
AutoFocusCallback.java
41
// Simulate continuous
autofocus
by sending a focus request every
Completed in 1207 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>