Searched defs:preview (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DRGBZ.java32 * The RGBZ always has a preview image, which represents the latest rendering of the RGBZ.
33 * The preview is encoded as the normal jpeg content for client compatibility,
42 private Bitmap preview; field in class:RGBZ
54 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uri));
55 if (preview == null) {
61 bitmap = setAlphaChannel(preview, depthBitmap);
74 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uriImage));
75 if (preview == null) {
80 bitmap = setAlphaChannel(preview, depthBitmap);
86 preview
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java52 /** Bounds of visible preview portion (measured WRT the active array). */
72 * @param preview Dimensions of preview streams.
80 Size preview, Size photo) throws CameraAccessException {
99 setPreviewSize(preview);
302 // We're also going from preview image--relative to sensor active array--relative.
543 * Calculate the effective crop rectangle for this preview viewport;
544 * assumes the preview is centered to the sensor and scaled to fit across one of the dimensions
550 * @param previewSize Size of the preview buffer render target, in pixels (not in sensor space).
551 * @return A rectangle that serves as the preview strea
79 AndroidCamera2Settings(CameraDevice camera, int template, Rect activeArray, Size preview, Size photo) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java266 public void preview(DreamInfo dreamInfo) { method in class:DreamBackend
267 logd("preview(%s)", dreamInfo);
273 Log.w(TAG, "Failed to preview " + dreamInfo, e);
/frameworks/base/core/java/android/widget/
H A DFastScroller.java74 /** Scroll thumb and preview not showing. */
80 /** Scroll thumb and preview being dragged by user. */
83 // Positions for preview image and text.
120 * Padding in pixels around the preview text. Applied as layout margins to
121 * the preview text and padding to the preview image.
151 /** Set containing preview text transition animations. */
185 * <li>{@link #STATE_DRAGGING}, visible and showing preview
190 /** Whether the preview image is visible. */
206 * Position for the preview imag
690 measureFloating(View preview, Rect margins, Rect out) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java206 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { argument
222 if (!mUpdateSpec.hasSameConstraints(attributes, preview)) {
236 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
270 mUpdateSpec.update(attributes, preview, pages);
502 boolean preview; field in class:RemotePrintDocument.UpdateSpec
505 public void update(PrintAttributes attributes, boolean preview, argument
508 this.preview = preview;
514 preview = false;
518 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { argument
727 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) argument
[all...]

Completed in 44 milliseconds