/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | RGBZ.java | 42 private Bitmap preview; field in RGBZ 54 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uri)); in RGBZ() 55 if (preview == null) { in RGBZ() 61 bitmap = setAlphaChannel(preview, depthBitmap); in RGBZ() 74 preview = BitmapFactory.decodeStream(contentResolver.openInputStream(uriImage)); in RGBZ() 75 if (preview == null) { in RGBZ() 80 bitmap = setAlphaChannel(preview, depthBitmap); in RGBZ() 86 preview = image; in RGBZ() 89 bitmap = setAlphaChannel(preview, depthBitmap); in RGBZ()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
D | ClockInfo.java | 34 Supplier<Bitmap> thumbnail, Supplier<Bitmap> preview) { in ClockInfo() argument 39 mPreview = preview; in ClockInfo() 112 public Builder setPreview(Supplier<Bitmap> preview) { in setPreview() argument 113 mPreview = preview; in setPreview()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 52 TextView preview = new TextView(this); in onCreate() local 53 preview.setText("This is a preview"); in onCreate() 54 preview.setBackgroundColor(Color.WHITE); in onCreate() 55 mPreview = preview; in onCreate()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 206 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { in update() argument 228 || !mUpdateSpec.hasSameConstraints(attributes, preview)) { in update() 242 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback); in update() 276 mUpdateSpec.update(attributes, preview, pages); in update() 508 boolean preview; field in RemotePrintDocument.UpdateSpec 511 public void update(PrintAttributes attributes, boolean preview, in update() argument 514 this.preview = preview; in update() 520 preview = false; in reset() 524 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { in hasSameConstraints() argument 525 return this.attributes.equals(attributes) && this.preview == preview; in hasSameConstraints() [all …]
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 396 Bitmap preview = decodePreview(source, previewSize); in BitmapRegionTileSource() local 397 if (preview.getWidth() <= GL_SIZE_LIMIT && preview.getHeight() <= GL_SIZE_LIMIT) { in BitmapRegionTileSource() 398 mPreview = new BitmapTexture(preview); in BitmapRegionTileSource() 404 preview.getWidth(), preview.getHeight())); in BitmapRegionTileSource()
|
/frameworks/base/core/java/android/widget/ |
D | FastScroller.java | 702 private void measureFloating(View preview, Rect margins, Rect out) { in measureFloating() argument 723 preview.measure(widthMeasureSpec, heightMeasureSpec); in measureFloating() 727 final int width = preview.getMeasuredWidth(); in measureFloating() 729 final int bottom = top + preview.getMeasuredHeight(); in measureFloating() 1137 final View preview = mPreviewImage; in transitionPreviewLayout() local 1163 bounds.left -= preview.getPaddingLeft(); in transitionPreviewLayout() 1164 bounds.top -= preview.getPaddingTop(); in transitionPreviewLayout() 1165 bounds.right += preview.getPaddingRight(); in transitionPreviewLayout() 1166 bounds.bottom += preview.getPaddingBottom(); in transitionPreviewLayout() 1167 final Animator resizePreview = animateBounds(preview, bounds); in transitionPreviewLayout() [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 36 On a Nexus 7, open up the application from the launcher, and the camera preview 44 bottom preview and save them to the Gallery. It does this by looking at the
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | MainActivity.java | 62 mPreviewView = (CameraView) findViewById(R.id.preview); in onPermissionOK()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | MainActivity.java | 52 mPreviewView = findViewById(R.id.preview); in onCreate()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | AndroidCamera2Settings.java | 80 Size preview, Size photo) throws CameraAccessException { in AndroidCamera2Settings() argument 99 setPreviewSize(preview); in AndroidCamera2Settings()
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 131 * Create a request suitable for a camera preview window. Specifically, this 159 * means maximizing image quality without compromising preview frame rate. 166 * balance, auto-focus), and post-processing parameters are set to preview
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/ |
D | DreamBackend.java | 267 public void preview(DreamInfo dreamInfo) { in preview() method in DreamBackend
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 1255 final boolean preview = mState != STATE_PRINT_CONFIRMED; in updateDocument() 1257 if (preview) { in updateDocument() 1264 pages, preview); in updateDocument()
|
/frameworks/base/ |
D | Android.bp | 1351 "sdk.preview.version 1", 1354 "sdk.preview 0", 1435 static_doc_index_redirect: "docs/docs-preview-index.html",
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2499 // OPEN: User expands full print job options shade in print preview. 2514 // ACTION: User selects a printer from the dropdown in the print preview screen. This also 2523 // ACTION: User changes an option for the print job from print preview.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5233 …eld public static final java.lang.String WALLPAPER_PREVIEW_META_DATA = "android.wallpaper.preview";
|
/frameworks/base/api/ |
D | current.txt | 6505 field public static final String WALLPAPER_PREVIEW_META_DATA = "android.wallpaper.preview";
|