Searched defs:preview (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | PagedViewWidget.java | 77 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); in onDetachedFromWindow() local 125 void applyPreview(FastBitmapDrawable preview, int index) { in applyPreview()
|
D | AppsCustomizePagedView.java | 746 Bitmap preview; in beginDraggingWidget() local 1248 Bitmap preview = Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888); in getShortcutPreview() local 1352 Bitmap preview = Bitmap.createBitmap(bitmapWidth, bitmapHeight, in getWidgetPreview() local 1536 Bitmap preview = data.generatedImages.get(i); in onSyncWidgetPageItems() local
|
/packages/apps/Camera/src/com/android/camera/ |
D | CaptureAnimManager.java | 106 public boolean drawAnimation(GLCanvas canvas, CameraScreenNail preview, in drawAnimation()
|
D | SwitchAnimManager.java | 73 int height, CameraScreenNail preview, RawTexture review) { in drawAnimation()
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperPreview.java | 65 Intent preview = new Intent(activity, LiveWallpaperPreview.class); in showPreview() local
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 1158 SurfaceView preview = (SurfaceView) findViewById(R.id.camera_preview); in onCreate() local
|
D | VideoCamera.java | 428 SurfaceView preview = (SurfaceView) findViewById(R.id.camera_preview); in onCreate() local
|