/frameworks/base/docs/html-intl/intl/ja/about/versions/marshmallow/ |
android-6.0-testing.jd | 3 meta.tags="preview", "testing" 4 page.tags="preview", "developer preview" 21 ??????????<a href="{@docRoot}preview/api-overview.html">API ???</a>?<a href="{@docRoot}preview/behavior-changes.html">??????</a>??????????????????????????????? API ??????????????? 43 ?????????? ???? ????????????????????????????????????<a href="{@docRoot}preview/setup-sdk.html">Android N SDK ???????</a>???????? 52 <a href="{@docRoot}preview/features/runtime-permissions.html">???????</a> ????????????????????????????????????????? 108 ????????<a href="{@docRoot}preview/setup-sdk.html#">Android N SDK ???????</a>???????? 121 ????? ?????????????????? ????????????Developer Preview ????<a href="{@docRoot}preview/features/runtime-permissions.html">???????</a>??????? [all...] |
/packages/apps/Camera2/src/com/android/camera/ui/ |
PreviewStatusListener.java | 25 * This interface defines a listener that watches preview status, including SurfaceTexture 26 * change and preview gestures. 30 * The preview status listener needs to provide an 32 * to the touch events that happen on preview. 41 * for listening to touch events on the preview. The listener is called whenever 47 * Gets called when preview TextureView gets a layout change call. 53 * This listener gets notified when the actual preview frame changes due 61 * The preview status listener needs to know for the specific module whether 62 * preview TextureView should automatically adjust its transform matrix based 70 * Gets called when the preview is flipped (i.e. 180-degree rotated) [all...] |
/frameworks/base/docs/html/training/camera/ |
cameradirect.jd | 18 <li><a href="#camera-preview">Create the Camera Preview</a></li> 20 <li><a href="#TaskOrientation">Set the Preview Orientation</a></li> 22 <li><a href="#TaskRestartPreview">Restart the Preview</a></li> 23 <li><a href="#TaskReleaseCamera">Stop the Preview and Release the Camera</a></li> 87 <h2 id="camera-preview">Create the Camera Preview</h2> 89 <p>Taking a picture usually requires that your users see a preview of their subject before clicking 93 <h3 id="TaskSetPreview">Preview Class</h3> 95 <p>To get started with displaying a preview, you need preview class. Th [all...] |
/external/dng_sdk/source/ |
dng_preview.h | 84 dng_image_preview (const dng_image_preview &preview); 86 dng_image_preview & operator= (const dng_image_preview &preview); 126 dng_jpeg_preview (const dng_jpeg_preview &preview); 128 dng_jpeg_preview & operator= (const dng_jpeg_preview &preview); 166 dng_raw_preview (const dng_raw_preview &preview); 168 dng_raw_preview & operator= (const dng_raw_preview &preview); 204 dng_mask_preview (const dng_mask_preview &preview); 206 dng_mask_preview & operator= (const dng_mask_preview &preview); 232 const dng_preview & Preview (uint32 index) const 237 void Append (AutoPtr<dng_preview> &preview); [all...] |
dng_preview.cpp | 54 const dng_preview &preview, 64 const dng_preview &preview, 70 preview.fInfo.fApplicationName, 74 preview.fInfo.fApplicationVersion, 78 preview.fInfo.fSettingsName, 81 , fSettingsDigest (preview.fInfo.fSettingsDigest) 88 preview.fInfo.fColorSpace) 91 preview.fInfo.fDateTime, 95 preview.fInfo.fRawToPreviewGain) 98 preview.fInfo.fCacheVersion [all...] |
/frameworks/base/docs/html/wear/preview/ |
preview_toc.cs | 4 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/overview.html" 17 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/support.html"> 22 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/setup-sdk.html" 24 ja-lang="Preview SDK ???????" 26 pt-br-lang="Configuração do Preview SDK" 27 ru-lang="????????? ?????? SDK Preview" 33 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/download.html"> 39 <div class="nav-section-header"><a href="<?cs var:toroot ?>preview/behavior-changes.html" 49 <li><a href="<?cs var:toroot ?>preview/features/background-optimization.html" 51 <li><a href="<?cs var:toroot ?>preview/features/multilingual-support.html [all...] |
program.jd | 1 page.title=Android Wear Preview Program Overview 2 meta.keywords="wear-preview" 3 page.tags="wear-preview" 9 Welcome to the Android Wear 2.0 Developer Preview! This program gives you 12 Developer Preview resources. 38 We'll provide frequent updates during the preview, so you'll be 97 The Android Wear 2.0 Developer Preview runs from 18 May 2016 until the 128 Each update includes an updated support library, preview system images, 165 What's in the Android Wear 2.0 Developer Preview 169 The preview includes everything you need to test your existing apps on [all...] |
start.jd | 1 page.title=Get Started with the Preview 2 meta.keywords="wear-preview" 3 page.tags="wear-preview" 18 <a href="#get_the_preview_reference_documentation">Get the Preview 35 app's compatibility with a preview system image, see <a href= 36 "{@docRoot}wear/preview/downloads.html">Download and Test with a 41 However, to develop apps for the Android Wear 2.0 Developer Preview, you 87 Get the Preview Reference Documentation 91 Detailed information about the preview is available in the preview [all...] |
license.jd | 6 To get started with the Android Wear SDK Preview, you must agree to the following terms and conditions. 7 As described below, please note that this is a preview version of the Android Wear SDK, subject to change, that you use at your own risk. The Android Wear SDK Preview is not a stable release, and may contain errors and defects that can result in serious damage to your computer systems, devices and data. 11 This is the Android Wear SDK Preview License Agreement (the ?License Agreement?). 16 1.1 The Android Wear SDK Preview (referred to in the License Agreement as the ?Preview? and specifically including the Android system files, packaged APIs, and Preview library files, if and when they are made available) is licensed to you subject to the terms of the License Agreement. The License Agreement forms a legally binding contract between you and Google in relation to your use of the Preview. 26 2.1 In order to use the Preview, you must first agree to the License Agreement. You may not use the Preview if you do not accept the License Agreement [all...] |
/device/generic/goldfish/camera/ |
PreviewWindow.h | 22 * of a preview window set via set_preview_window camera HAL API. 29 /* Encapsulates functionality of a preview window set via set_preview_window 52 * window - Preview window to set. This parameter might be NULL, which 53 * indicates preview window reset. 54 * preview_fps - Preview's frame frequency. This parameter determins when 56 * the preview window. If 'window' parameter passed to this method is 64 /* Starts the preview. 70 /* Stops the preview. 76 /* Checks if preview is enabled. */ 111 /* Adjusts cached dimensions of the preview window frame according to th [all...] |
PreviewWindow.cpp | 19 * functionality of a preview window set via set_preview_window camera HAL API. 57 /* Reset preview info. */ 63 /* The CPU will write each frame to the preview window buffer. 64 * Note that we delay setting preview window buffer geometry until 68 /* Set preview frequency. */ 73 ALOGE("%s: Error setting preview window usage %d -> %s", 115 /* Make sure that preview window dimensions are OK with the camera device */ 117 /* Need to set / adjust buffer geometry for the preview window. 118 * Note that in the emulator preview window uses only RGB for pixel 120 ALOGV("%s: Adjusting preview windows %p geometry to %dx%d" [all...] |
/packages/apps/Camera2/src/com/android/camera/captureintent/resource/ |
ResourceSurfaceTexture.java | 33 * Creates a surface from this surface texture for preview. 45 * Obtains the chosen preview stream size. 52 * Changes the preview stream size. 54 * @param previewSize The new preview stream size. 59 * Obtains the current view layout size for the preview. 68 * @param previewLayoutSize The new preview view layout size.
|
/developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/res/values/ |
strings.xml | 2 <string name="show_camera">Show camera preview</string> 4 <string name="intro">This sample shows a basic implementation for requesting permissions at runtime.\nClick the button below to request the Camera permission and open a full-screen camera preview.</string>
|
/developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/res/values/ |
strings.xml | 2 <string name="show_camera">Show camera preview</string> 4 <string name="intro">This sample shows a basic implementation for requesting permissions at runtime.\nClick the button below to request the Camera permission and open a full-screen camera preview.</string>
|
/development/samples/browseable/RuntimePermissionsBasic/res/values/ |
strings.xml | 2 <string name="show_camera">Show camera preview</string> 4 <string name="intro">This sample shows a basic implementation for requesting permissions at runtime.\nClick the button below to request the Camera permission and open a full-screen camera preview.</string>
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 51 QCAMERA_SM_EVT_SET_PREVIEW_WINDOW = 1, // set preview window 64 QCAMERA_SM_EVT_PREPARE_PREVIEW, // prepare preview (zsl, camera mode, camcorder mode) 65 QCAMERA_SM_EVT_START_PREVIEW, // start preview (zsl, camera mode, camcorder mode) 66 QCAMERA_SM_EVT_START_NODISPLAY_PREVIEW, // start no display preview (zsl, camera mode, camcorder mode) 67 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) 68 QCAMERA_SM_EVT_PREVIEW_ENABLED, // query if preview is running 78 QCAMERA_SM_EVT_PRE_TAKE_PICTURE, // pre take picutre (to restart preview if necessary) 97 QCAMERA_SM_EVT_RESTART_PERVIEW, // internal preview restart 98 QCAMERA_SM_EVT_DELAYED_RESTART, // preview restart needs delay (dual camera mode) 100 QCAMERA_SM_EVT_RESTART_START_PREVIEW, // preview start as part of restart (dual camera mode [all...] |
/hardware/qcom/camera/msmcobalt/QCamera2/HAL/ |
QCameraStateMachine.h | 51 QCAMERA_SM_EVT_SET_PREVIEW_WINDOW = 1, // set preview window 64 QCAMERA_SM_EVT_PREPARE_PREVIEW, // prepare preview (zsl, camera mode, camcorder mode) 65 QCAMERA_SM_EVT_START_PREVIEW, // start preview (zsl, camera mode, camcorder mode) 66 QCAMERA_SM_EVT_START_NODISPLAY_PREVIEW, // start no display preview (zsl, camera mode, camcorder mode) 67 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) 68 QCAMERA_SM_EVT_PREVIEW_ENABLED, // query if preview is running 78 QCAMERA_SM_EVT_PRE_TAKE_PICTURE, // pre take picutre (to restart preview if necessary) 97 QCAMERA_SM_EVT_RESTART_PERVIEW, // internal preview restart 98 QCAMERA_SM_EVT_DELAYED_RESTART, // preview restart needs delay (dual camera mode) 100 QCAMERA_SM_EVT_RESTART_START_PREVIEW, // preview start as part of restart (dual camera mode [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreviewManager.java | 132 * preview managers to refresh themselves to the latest revision when they 189 for (RenderPreview preview : mPreviews) { 190 preview.disposeThumbnail(); 192 RenderPreview preview = mCanvas.getPreview(); local 193 if (preview != null) { 194 preview.disposeThumbnail(); 215 * Returns whether there are any manual preview items (provided the current 218 * @return true if there are items in the manual preview list 241 for (RenderPreview preview : old) { 242 preview.dispose() 467 RenderPreview preview = iterator.next(); local 588 RenderPreview preview = mCanvas.getPreview(); local 699 RenderPreview preview = RenderPreview.create(this, configuration); local 772 RenderPreview preview = RenderPreview.create(this, parent); local 957 RenderPreview preview = RenderPreview.create(this, parent); local 1060 RenderPreview preview = RenderPreview.create(this, config); local 1094 RenderPreview preview = RenderPreview.create(this, config); local 1178 RenderPreview preview = mCanvas.getPreview(); local 1493 RenderPreview preview = getPreview(mousePos); local 1613 private RenderPreview preview; field in class:RenderPreviewManager.SwapAnimation [all...] |
/development/samples/browseable/Camera2Basic/ |
_index.jd | 9 you can display camera preview and take pictures.
|
/development/samples/browseable/MediaRecorder/ |
_index.jd | 9 A TextureView is used as the camera preview which limits the code to API 14+. This
|
/development/samples/browseable/RuntimePermissionsBasic/ |
_index.jd | 8 This sample shows a basic implementation for requesting permissions at runtime. Click the button to request the Camera permission and open a full-screen camera preview.
|
/development/samples/browseable/ScopedDirectoryAccess/ |
_index.jd | 3 sample.group=Android N Preview
|
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 49 QCAMERA_SM_EVT_SET_PREVIEW_WINDOW = 1, // set preview window 59 QCAMERA_SM_EVT_START_PREVIEW, // start preview (zsl, camera mode, camcorder mode) 60 QCAMERA_SM_EVT_START_NODISPLAY_PREVIEW, // start no display preview (zsl, camera mode, camcorder mode) 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) 62 QCAMERA_SM_EVT_PREVIEW_ENABLED, // query if preview is running 89 QCAMERA_SM_EVT_RESTART_PERVIEW, // internal preview restart 182 bool isPreviewRunning(); // check if preview is running 183 bool isPreviewReady(); // check if preview is ready 193 QCAMERA_SM_STATE_PREVIEW_STOPPED, // preview is stopped 194 QCAMERA_SM_STATE_PREVIEW_READY, // preview started but preview window is not set ye [all...] |
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 49 QCAMERA_SM_EVT_SET_PREVIEW_WINDOW = 1, // set preview window 59 QCAMERA_SM_EVT_START_PREVIEW, // start preview (zsl, camera mode, camcorder mode) 60 QCAMERA_SM_EVT_START_NODISPLAY_PREVIEW, // start no display preview (zsl, camera mode, camcorder mode) 61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode) 62 QCAMERA_SM_EVT_PREVIEW_ENABLED, // query if preview is running 89 QCAMERA_SM_EVT_RESTART_PERVIEW, // internal preview restart 182 bool isPreviewRunning(); // check if preview is running 183 bool isPreviewReady(); // check if preview is ready 193 QCAMERA_SM_STATE_PREVIEW_STOPPED, // preview is stopped 194 QCAMERA_SM_STATE_PREVIEW_READY, // preview started but preview window is not set ye [all...] |
/packages/experimental/BugReportSender/res/layout/ |
bugreport_preview.xml | 7 android:id="@+id/preview"
|