Home
last modified time | relevance | path

Searched defs:preview (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockInfo.java34 Supplier<Bitmap> thumbnail, Supplier<Bitmap> preview) { in ClockInfo()
112 public Builder setPreview(Supplier<Bitmap> preview) { in setPreview()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java52 TextView preview = new TextView(this); in onCreate() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java207 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { in update()
514 boolean preview; field in RemotePrintDocument.UpdateSpec
517 public void update(PrintAttributes attributes, boolean preview, in update()
530 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { in hasSameConstraints()
741 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DRGBZ.java42 private Bitmap preview; field in RGBZ
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java80 Size preview, Size photo) throws CameraAccessException { in AndroidCamera2Settings()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DDreamBackend.java286 public void preview(DreamInfo dreamInfo) { in preview() method in DreamBackend
/frameworks/base/core/java/android/widget/
DFastScroller.java702 private void measureFloating(View preview, Rect margins, Rect out) { in measureFloating()
1137 final View preview = mPreviewImage; in transitionPreviewLayout() local
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java396 Bitmap preview = decodePreview(source, previewSize); in BitmapRegionTileSource() local