HomeSort by relevance Sort by last modified time
    Searched full:preview (Results 226 - 250 of 2217) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/res/layout/
main_keyboard_frame.xml 28 <!-- To ensure that key preview popup is correctly placed when the current system locale is
38 <!-- To ensure that key preview popup is correctly placed when the current system locale is
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 56 * The width of the preview rendering
58 * TODO: Make the preview rendering resize if the tray area is resized
61 /** The height of the preview rendering */
88 * Updates the preview based on the current selection and resource type, possibly
162 AdtPlugin.log(e, "Can't read preview image %1$s", path);
176 // AdtPlugin.log(t, "Can't generate preview for %1$s", resource);
179 // preview, so just log a warning (unfortunately without the trace) instead.
180 AdtPlugin.log(IStatus.WARNING, "Can't generate preview for %1$s", resource);
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 163 result.appendFormat(" Preview size: %d x %d\n",
165 result.appendFormat(" Preview FPS range: %d - %d\n",
167 result.appendFormat(" Preview HAL pixel format: 0x%x\n",
169 result.appendFormat(" Preview transform: %x\n",
329 result.appendFormat(" Preview stream ID: %d\n",
549 ALOGE("%s: Camera %d: Cannot set preview display while in state %s",
557 case Parameters::PREVIEW:
558 // Already running preview - need to stop and create a new stream
561 ALOGE("%s: Unable to stop preview to swap windows: %s (%d)",
572 ALOGE("%s: Unable to set new preview window: %s (%d)"
    [all...]
  /docs/source.android.com/src/devices/tech/display/
multi-window.jd 94 href="http://developer.android.com/preview/features/picture-in-picture.html">picture-in-picture</a>
107 href="http://developer.android.com/preview/features/multi-window.html#testing">http://developer.android.com/preview/features/multi-window.html#testing</a>
112 href="http://developer.android.com/preview/features/multi-window.html">developer
113 preview documentation</a>.
121 href="http://developer.android.com/preview/features/multi-window.html#testing">testing
  /frameworks/av/include/camera/
Camera.h 97 // start preview mode, must call setPreviewTarget first
100 // stop preview mode
103 // get preview state
130 // set preview/capture parameters - key/value pairs
133 // get preview/capture parameters - key/value pairs
152 // Configure preview callbacks to app. Only one of the older
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-test/src/
mm_qcamera_video.c 63 /* find preview stream */
76 /* find preview frame */
114 LOGE("Failed in Preview Qbuf\n");
183 /* find preview frame */
265 /* find preview stream */
274 LOGE("cannot find preview stream");
278 /* find preview frame */
297 LOGE("[DBG] %s, user defined own preview cb. calling it...");
303 LOGE("Failed in Preview Qbuf\n");
327 LOGE("Failed in Preview Qbuf\n")
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateStartingPreview.java 45 * Represents a state that the module is waiting for the preview video stream
158 // Pick a preview size with the right aspect ratio.
175 // another way to get the correct preview size.
184 // before starting preview. Otherwise the size of preview video stream
201 // Start preview right away. Don't dispatch it on other threads or it
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailsDrawingPreview.java 33 * Draw preview graphics of multiple gesture trails during gesture input.
121 // Update preview.
126 * Draws the preview
127 * @param canvas The canvas where the preview is drawn.
153 * Set the position of the preview.
154 * @param tracker The new location of the preview is based on the points in PointerTracker.
KeyPreviewChoreographer.java 39 // Free {@link KeyPreviewView} pool that can be used for key preview.
42 // preview.
87 // Dismiss preview without animation.
116 // The key preview is horizontally aligned with the center of the visible part of the
133 // The key preview is placed vertically above the top edge of the parent key with an
152 // Show preview with animation.
  /frameworks/base/docs/html/guide/topics/media/
camera.jd 18 <li><a href="#camera-preview">Creating a preview class</a></li>
19 <li><a href="#preview-layout">Placing preview in a layout</a></li>
96 <dd>This class is used to present a live camera preview to the user.</dd>
195 <li><strong>Create a Preview Class</strong> - Create a camera preview class that extends {@link
198 <li><strong>Build a Preview Layout</strong> - Once you have the camera preview class, create a
199 view layout that incorporates the preview and the user interface controls you want.</li
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 80 * swipe gestures that happen on the preview by attaching a touch listener to
81 * a full-screen view on top of preview TextureView. Since CameraAppUI has knowledge
512 * Preview down-sample rate when taking a screenshot.
574 * Provides current preview frame and the controls/overlay from the module that
575 * are shown on top of the preview.
579 * Returns the current preview frame down-sampled using the given down-sample
583 * preview frame. (e.g. a down sample factor of
584 * 2 means to scale down the preview frame to 1/2
586 * @return down-sampled preview frame
592 * the preview drawn into a bitmap with no scaling applied
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 73 /** Scroll thumb and preview not showing. */
79 /** Scroll thumb and preview being dragged by user. */
82 // Positions for preview image and text.
110 * Preview image resource IDs for left- and right-aligned layouts. See
119 * Padding in pixels around the preview text. Applied as layout margins to
120 * the preview text and padding to the preview image.
150 /** Set containing preview text transition animations. */
184 * <li>{@link #STATE_DRAGGING}, visible and showing preview
189 /** Whether the preview image is visible. *
1123 final View preview = mPreviewImage; local
    [all...]
  /frameworks/base/docs/html-intl/intl/es/about/versions/marshmallow/
android-6.0-testing.jd 3 meta.tags="preview", "testing"
4 page.tags="preview", "developer preview"
22 tener impactos en tu aplicación, como se describe en las secciones <a href="{@docRoot}preview/api-overview.html">Información general de la API</a> y <a href="{@docRoot}preview/behavior-changes.html">Cambios en los comportamientos</a>.
44 del sistema de la versión preliminar para realizar pruebas, consulta la sección <a href="{@docRoot}preview/setup-sdk.html">Configurar el SDK de Android N</a>.
52 El nuevo modelo de <a href="{@docRoot}preview/features/runtime-permissions.html">permisos</a> cambia el modo en que el usuario asigna permisos a tu aplicación.
109 obtener más información, consulta la sección <a href="{@docRoot}preview/setup-sdk.html#">Configurar el SDK de Android N</a>.
121 Para obtener más información sobre el comportamiento de los permisos de tiempo de ejecución, las pruebas y las mejores prácticas, consulta la página <a href="{@docRoot}preview/features/runtime-permissions.html">Permisos</a> de la versión preliminar para desarrolladores.
186 <p>Si tu aplicación continúa teniendo algún identificador específico del dispositivo, como la Id. de registro de Google Cloud Messaging, en el almacenamiento interno, asegúrate de seguir las mejores prácticas para excluir la ubicación de almacenamiento de la copia de seguridad automática, como se describe en la sección <a href="{@docRoot}preview/backup/index.html">Copia de seguridad automática para aplicaciones</a>
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 35 const char CameraProperties::SUPPORTED_PREVIEW_SIZES[] = "prop-preview-size-values";
36 const char CameraProperties::SUPPORTED_PREVIEW_FORMATS[] = "prop-preview-format-values";
37 const char CameraProperties::SUPPORTED_PREVIEW_FRAME_RATES[] = "prop-preview-frame-rate-values";
52 const char CameraProperties::REQUIRED_PREVIEW_BUFS[] = "prop-required-preview-bufs";
59 const char CameraProperties::PREVIEW_SIZE[] = "prop-preview-size-default";
60 const char CameraProperties::PREVIEW_FORMAT[] = "prop-preview-format-default";
61 const char CameraProperties::PREVIEW_FRAME_RATE[] = "prop-preview-frame-rate-default";
82 const char CameraProperties::S3D2D_PREVIEW[] = "prop-s3d2d-preview";
83 const char CameraProperties::S3D2D_PREVIEW_MODES[] = "prop-s3d2d-preview-values";
114 const char CameraProperties::PREFERRED_PREVIEW_SIZE_FOR_VIDEO[] = "preferred-preview-size-for-video"
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/photos/
BitmapRegionTileSource.java 314 Bitmap preview = source.getPreviewBitmap(); local
315 if (preview != null &&
316 preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
317 mPreview = new BitmapTexture(preview);
320 "Failed to create preview of apropriate size! "
323 preview == null ? -1 : preview.getWidth(),
324 preview == null ? -1 : preview.getHeight()))
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
MultiViewTest.java 227 Log.i(TAG, "Camera HAL does not support dual camera preview. Skip the test");
236 * Start camera preview using input texture views and/or one image reader
248 // Prepare preview surface.
254 assertNotNull("Unable to get preview surface texture", previewTexture[i]);
256 // Correct the preview display rotation.
271 assertTrue("Unable to start preview " + i, previewDone);
278 * Test camera preview using input texture views and/or one image reader
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_video.c 48 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
93 CDBG_ERROR("%s:config preview stream err=%d\n", __func__, rc);
138 CDBG_ERROR("%s: add preview channel failed", __func__);
159 CDBG_ERROR("%s:start preview failed rc=%d\n", __func__, rc);
182 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
187 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
192 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_video.c 48 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
93 CDBG_ERROR("%s:config preview stream err=%d\n", __func__, rc);
138 CDBG_ERROR("%s: add preview channel failed", __func__);
159 CDBG_ERROR("%s:start preview failed rc=%d\n", __func__, rc);
182 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
187 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
192 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_video.c 48 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
93 CDBG_ERROR("%s:config preview stream err=%d\n", __func__, rc);
138 CDBG_ERROR("%s: add preview channel failed", __func__);
159 CDBG_ERROR("%s:start preview failed rc=%d\n", __func__, rc);
182 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
187 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
192 CDBG_ERROR("%s:Stop Preview failed rc=%d\n", __func__, rc);
  /frameworks/base/docs/html-intl/intl/zh-tw/about/versions/nougat/
android-7.0-changes.jd 2 page.keywords=preview,sdk,compatibility
3 meta.tags="preview", "compatibility"
4 page.tags="preview", "developer preview"
34 <li><a href="{@docRoot}preview/api-overview.html">Android N API ??</a>
181 ?????????????????????????<a href="{@docRoot}preview/features/background-optimization.html">?????</a>?
447 ?? Android N ??? Android for Work ??????????? <a href="{@docRoot}preview/features/afw.html">Android for Work ??</a>?
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 85 MaxHeightScrollView preview = (MaxHeightScrollView) findViewById(R.id.preview_scroller); local
86 if (preview == null)
88 final int margin = ((ViewGroup.MarginLayoutParams) preview.getLayoutParams()).bottomMargin;
89 preview.addOnLayoutChangeListener(new OnLayoutChangeListener(){
92 // animate preview height changes
109 // limit the max height for preview, leave room for editors + soft keyboard
116 preview.setMaxHeight((int)(dm.heightPixels * pct));
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 226 CDBG_ERROR("%s:Stop preview err=%d\n", __func__, rc);
233 CDBG_ERROR("%s:Start preview err=%d\n", __func__, rc);
254 CDBG_ERROR("%s:Stop preview err=%d\n", __func__, rc);
261 CDBG_ERROR("%s:Start preview err=%d\n", __func__, rc);
282 CDBG_ERROR("%s:Stop preview err=%d\n", __func__, rc);
289 CDBG_ERROR("%s:stream on preview err=%d\n", __func__, rc);
340 CDBG("Allocating Preview Memory for %d buffers frame_len = %d",num_bufs,frame_offset_info->frame_len);
640 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
668 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
692 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/webcam/
WebCamFacade.java 66 * <br><b>cameraStartPreview</b> is used to get access to the camera preview screen. It will generate "preview" events as images become available.
67 * <br>The preview has two modes: data or file. If you pass a non-blank, writable file path to the <b>cameraStartPreview</b> it will store jpg images in that folder.
71 * <br>The data element of the preview event will be a map, with the following elements defined.
84 *<br>The webcam and preview modes use the same resources, so you can't use them both at the same time. Stop one mode before starting the other.
154 mEventFacade.postEvent("preview", map);
333 @Rpc(description = "Start Preview Mode. Throws 'preview' events.",returns="True if successful")
358 @Rpc(description = "Stop the preview mode.")
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 58 * Create a request suitable for a camera preview window. Specifically, this
105 * means maximizing image quality without compromising preview frame rate.
120 * balance, auto-focus), and post-processing parameters are set to preview
277 * <p>For the maximum size column, {@code PREVIEW} refers to the best size match to the
306 * <tr> <td>{@code PRIV}</td><td id="rb">{@code MAXIMUM}</td> <td colspan="2" id="rb"></td> <td colspan="2" id="rb"></td> <td>Simple preview, GPU video processing, or no-preview video recording.</td> </tr>
309 * <tr> <td>{@code PRIV}</td><td id="rb">{@code PREVIEW}</td> <td>{@code JPEG}</td><td id="rb">{@code MAXIMUM}</td> <td colspan="2" id="rb"></td> <td>Standard still imaging.</td> </tr>
310 * <tr> <td>{@code YUV }</td><td id="rb">{@code PREVIEW}</td> <td>{@code JPEG}</td><td id="rb">{@code MAXIMUM}</td> <td colspan="2" id="rb"></td> <td>In-app processing plus still capture.</td> </tr>
311 * <tr> <td>{@code PRIV}</td><td id="rb">{@code PREVIEW}</td> <td>{@code PRIV}</td><td id="rb">{@code PREVIEW}</td> <td colspan="2" id="rb"></td> <td>Standard recording.</td> </tr
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsContainerView.java 200 // Get the widget preview as the drag representation
204 // If the ImageView doesn't have a drawable yet, the widget preview hasn't been loaded and
211 Bitmap preview; local
227 preview = getWidgetPreviewLoader().generateWidgetPreview(mLauncher,
240 scale = bounds.width() / (float) preview.getWidth();
244 preview = Utilities.createIconBitmap(icon, mLauncher);
246 scale = ((float) mLauncher.getDeviceProfile().iconSizePx) / preview.getWidth();
252 new PendingItemPreviewProvider(v, createItemInfo, preview));
255 mDragController.startDrag(image, preview, this, createItemInfo,

Completed in 775 milliseconds

1 2 3 4 5 6 7 8 91011>>