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

/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.java70 /** Scroll thumb and preview not showing. */
76 /** Scroll thumb and preview being dragged by user. */
79 // Positions for preview image and text.
113 * Padding in pixels around the preview text. Applied as layout margins to
114 * the preview text and padding to the preview image.
139 /** Set containing preview text transition animations. */
173 * <li>{@link #STATE_DRAGGING}, visible and showing preview
178 /** Whether the preview image is visible. */
194 * Position for the preview imag
674 measureFloating(View preview, Rect margins, Rect out) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java188 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { argument
204 if (!mUpdateSpec.hasSameConstraints(attributes, preview)) {
218 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
250 mUpdateSpec.update(attributes, preview, pages);
483 boolean preview; field in class:RemotePrintDocument.UpdateSpec
486 public void update(PrintAttributes attributes, boolean preview, argument
489 this.preview = preview;
495 preview = false;
499 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { argument
642 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) argument
[all...]

Completed in 1458 milliseconds