OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shutter
(Results
1 - 25
of
71
) sorted by null
1
2
3
/packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java
57
// The center of the
shutter
button.
94
// Check if the event should be dispatched to the
shutter
button.
106
// Send cancel to the
shutter
button if it was pressed.
119
// Layout the
shutter
button.
ControlPanelLayout.java
27
* the
shutter
button, thumbnail, front/back camera picker, and mode picker.
ZoomControlWheel.java
57
// The center of the
shutter
button.
109
// Ignore the event if too far from the
shutter
button.
IndicatorControl.java
223
// Zoom buttons and
shutter
button are controlled by the activity.
/packages/apps/Camera/src/com/android/camera/
FocusManager.java
49
*
shutter
. Release to take a picture.
51
* the
shutter
to take a picture.
52
* (5) The camera has autofocus. Single tap the
shutter
to take a picture.
53
* (6) The camera has autofocus. Hold the
shutter
. Release to take a picture.
54
* (7) The camera has no autofocus. Single tap the
shutter
and take a picture.
200
// Lock AE and AWB so users can half-press
shutter
and recompose.
236
// If the user has half-pressed the
shutter
and focus is completed, we
242
// Half pressing the
shutter
(i.e. the focus button event) will
258
// to play the AF sound if we're about to play the
shutter
ShutterButton.java
24
* A button designed to be used for the on-screen
shutter
button.
67
// We want to emulate this sequence of events with the
shutter
CameraManager.java
313
public void takePicture(final ShutterCallback
shutter
, final PictureCallback raw,
320
mCamera.takePicture(
shutter
, raw, postview, jpeg);
/packages/apps/LegacyCamera/src/com/android/camera/
ShutterButton.java
25
* A button designed to be used for the on-screen
shutter
button.
68
// We want to emulate this sequence of events with the
shutter
FocusManager.java
144
// Lock AE and AWB so users can half-press
shutter
and recompose.
180
// If the user has half-pressed the
shutter
and focus is completed, we
186
// Half pressing the
shutter
(i.e. the focus button event) will
207
// to play the AF sound if we're about to play the
shutter
/packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java
78
// Check if the event should be dispatched to the
shutter
button.
90
// Send cancel to the
shutter
button if it was pressed.
103
// Layout the
shutter
button.
ControlPanelLayout.java
28
* the
shutter
button, thumbnail, front/back camera picker, and mode picker.
ZoomControlWheel.java
57
// The center of the
shutter
button.
94
// Ignore the event if too far from the
shutter
button.
IndicatorControlWheel.java
74
// The center of the
shutter
button.
263
// Ignore the event if too far from the
shutter
button.
342
// The icons are spreaded on the left side of the
shutter
button.
IndicatorControl.java
200
// Zoom buttons and
shutter
button are controlled by the activity.
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp
493
CAMHAL_LOGDA("Enabling
shutter
callback");
499
CAMHAL_LOGDA("Disabling
shutter
callback");
507
CAMHAL_LOGEB("Error registering
shutter
callback 0x%x", eError);
512
CAMHAL_LOGDB("
Shutter
callback for index 0x%x registered successfully",
779
//OMX
shutter
callback events are only available in hq mode
832
//OMX
shutter
callback events are only available in hq mode
850
CAMHAL_LOGDA("
Shutter
callback received");
860
CAMHAL_LOGEA("Timeout expired on
shutter
callback");
901
// OMX
shutter
callback events are only available in hq mode
906
// if anybody is waiting on the
shutter
callbac
[
all
...]
/packages/apps/Camera/tests/src/com/android/camera/activity/
CameraActivityTest.java
81
// Press
shutter
button to take a picture.
/frameworks/base/docs/html/training/camera/
cameradirect.jd
90
the
shutter
. To do so, you can use a {@link android.view.SurfaceView} to draw previews of what the
219
the
shutter
button.</p>
/hardware/ti/omap4xxx/camera/
TICameraParameters.cpp
39
const char TICameraParameters::KEY_SHUTTER_ENABLE[] = "
shutter
-enable";
108
//TI extensions for enabling/disabling
shutter
sound
/system/core/include/system/
camera.h
117
* cmdType to disable/enable
shutter
sound. In sendCommand passing arg1 =
118
* 0 will disable, while passing arg1 = 1 will enable the
shutter
sound.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
ExposureCompensationTest.java
149
Log.v(TAG, "
Shutter
pressed down!");
ColorCheckerTest.java
160
Log.v(TAG, "
Shutter
pressed down!");
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.html
244
<th>
Shutter
Speed</th>
/hardware/ti/omap4xxx/camera/inc/
TICameraParameters.h
131
//TI extensions for enabling/disabling
shutter
sound
/development/tools/emulator/system/camera/
CallbackNotifier.h
170
* image,
shutter
, and other picture related events.
/frameworks/av/services/camera/libcameraservice/
CameraService.h
144
// internal function used by sendCommand to enable/disable
shutter
sound.
Completed in 2353 milliseconds
1
2
3