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

/frameworks/base/docs/html/
H A Djd_tag_helpers.js77 'preview': PREVIEW_RESOURCES,
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DRGBZ.java16 * The RGBZ always has a preview image, which represents the latest rendering of the RGBZ.
17 * The preview is encoded as the normal jpeg content for client compatibility,
28 private Bitmap preview; field in class:RGBZ
40 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uri));
41 if (preview == null) {
46 this.bitmap = setAlphaChannel(preview, this.depthBitmap);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java209 public void preview(DreamInfo dreamInfo) { method in class:DreamBackend
210 logd("preview(%s)", dreamInfo);
216 Log.w(TAG, "Failed to preview " + dreamInfo, e);
/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/core/java/android/widget/
H A DFastScroller.java73 /** Scroll thumb and preview not showing. */
79 /** Scroll thumb and preview being dragged by user. */
82 // Positions for preview image and text.
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. */
205 * Position for the preview imag
689 measureFloating(View preview, Rect margins, Rect out) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java198 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { argument
214 if (!mUpdateSpec.hasSameConstraints(attributes, preview)) {
228 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
260 mUpdateSpec.update(attributes, preview, pages);
492 boolean preview; field in class:RemotePrintDocument.UpdateSpec
495 public void update(PrintAttributes attributes, boolean preview, argument
498 this.preview = preview;
504 preview = false;
508 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { argument
720 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) argument
[all...]

Completed in 323 milliseconds