Searched refs:preview (Results 1 - 10 of 10) sorted by relevance

/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/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java52 TextView preview = new TextView(this);
53 preview.setText("This is a preview");
54 preview.setBackgroundColor(Color.WHITE);
55 mPreview = preview;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java197 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { argument
213 if (!mUpdateSpec.hasSameConstraints(attributes, preview)) {
227 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
259 mUpdateSpec.update(attributes, preview, pages);
491 boolean preview; field in class:RemotePrintDocument.UpdateSpec
494 public void update(PrintAttributes attributes, boolean preview, argument
497 this.preview = preview;
503 preview = false;
507 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { argument
719 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) 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/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java396 Bitmap preview = decodePreview(source, previewSize);
397 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) {
398 mPreview = new BitmapTexture(preview);
401 "Failed to create preview of apropriate size! "
404 preview.getWidth(), preview.getHeight()));
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DMainActivity.java52 mPreviewView = (CameraView) findViewById(R.id.preview);
/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.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/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java582 // Make sure the IME is not on the way of preview as
595 // Update the preview controller.
1058 * Clear the selected page range and update the preview if needed.
1154 final boolean preview = mState != STATE_PRINT_CONFIRMED;
1156 if (preview) {
1163 pages, preview);
1166 // When the update is done we update the print preview.
1170 // Update preview.
1200 // Update preview.
1214 // updateSelectedPagesFromTextField migth update the preview, henc
[all...]
/frameworks/base/
H A DAndroid.mk899 -hdf sdk.preview.version 2 \
902 -hdf sdk.preview 1
1067 $(LOCAL_PATH)/docs/docs-preview-index.html | $(ACP)

Completed in 714 milliseconds