HomeSort by relevance Sort by last modified time
    Searched defs:preview (Results 1 - 25 of 62) sorted by null

1 2 3

  /packages/apps/Gallery2/src/com/android/photos/data/
FileRetriever.java 65 File preview = MediaCache.getInstance().getCachedFile(contentUri, MediaSize.Preview); local
66 if (preview != null) {
67 // Just downsample the preview, it is faster.
68 return MediaCacheUtils.downsample(preview, imageSize, tempFile);
81 && !MediaCacheUtils.needsDownsample(bitmap, MediaSize.Preview)
83 // Opportunistically save preview
85 mediaCache.insertIntoCache(contentUri, MediaSize.Preview, tempFile);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 85 MaxHeightScrollView preview = (MaxHeightScrollView) findViewById(R.id.preview_scroller); local
86 if (preview == null)
88 final int margin = ((ViewGroup.MarginLayoutParams) preview.getLayoutParams()).bottomMargin;
89 preview.addOnLayoutChangeListener(new OnLayoutChangeListener(){
92 // animate preview height changes
109 // limit the max height for preview, leave room for editors + soft keyboard
116 preview.setMaxHeight((int)(dm.heightPixels * pct));
  /packages/apps/Camera/src/com/android/camera/
CaptureAnimManager.java 45 private float mX; // The center of the whole view including preview and review.
52 /* preview: camera preview view.
87 case 0: // Preview is on the left.
90 case 90: // Preview is below.
93 case 180: // Preview on the right.
96 case 270: // Preview is above.
103 public boolean drawAnimation(GLCanvas canvas, CameraScreenNail preview,
136 preview.directDraw(canvas, (int) mX, (int) mY,
SwitchAnimManager.java 27 * An image of the previous camera zooms in and fades out. The preview of the
45 // know how much the preview is scaled and scale the review the same amount.
46 // For example, the preview is not full screen in film strip mode.
70 // preview: camera preview view.
71 // review: snapshot of the preview before switching the camera.
73 int height, CameraScreenNail preview, RawTexture review) {
78 // Calculate the position and the size of the preview.
90 // Calculate how much preview is scaled.
107 // Draw the preview
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 131 * preview managers to refresh themselves to the latest revision when they
188 for (RenderPreview preview : mPreviews) {
189 preview.disposeThumbnail();
191 RenderPreview preview = mCanvas.getPreview(); local
192 if (preview != null) {
193 preview.disposeThumbnail();
214 * Returns whether there are any manual preview items (provided the current
217 * @return true if there are items in the manual preview list
240 for (RenderPreview preview : old) {
241 preview.dispose()
466 RenderPreview preview = iterator.next(); local
587 RenderPreview preview = mCanvas.getPreview(); local
698 RenderPreview preview = RenderPreview.create(this, configuration); local
771 RenderPreview preview = RenderPreview.create(this, parent); local
956 RenderPreview preview = RenderPreview.create(this, parent); local
1059 RenderPreview preview = RenderPreview.create(this, config); local
1093 RenderPreview preview = RenderPreview.create(this, config); local
1177 RenderPreview preview = mCanvas.getPreview(); local
1492 RenderPreview preview = getPreview(mousePos); local
1612 private RenderPreview preview; field in class:RenderPreviewManager.SwapAnimation
    [all...]
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 62 Log.w(LOG_TAG, "Failure showing preview", new Throwable());
65 Intent preview = new Intent(activity, LiveWallpaperPreview.class); local
66 preview.putExtra(EXTRA_LIVE_WALLPAPER_INTENT, intent);
67 preview.putExtra(EXTRA_LIVE_WALLPAPER_SETTINGS, info.getSettingsActivity());
68 preview.putExtra(EXTRA_LIVE_WALLPAPER_PACKAGE, info.getPackageName());
69 activity.startActivityForResult(preview, code);
  /bionic/libc/kernel/common/linux/
mt9t013.h 100 int preview; member in struct:mt9t013_init
  /development/ndk/platforms/android-3/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /external/kernel-headers/original/linux/
mt9t013.h 149 int preview; /* in: 1 for preview, 0 for capture */ member in struct:mt9t013_init
  /packages/apps/Gallery2/src/com/android/camera/
CaptureAnimManager.java 54 private float mX; // The center of the whole view including preview and review.
78 /* preview: camera preview view.
124 case 0: // Preview is on the left.
128 case 90: // Preview is below.
132 case 180: // Preview on the right.
136 case 270: // Preview is above.
144 public boolean drawAnimation(GLCanvas canvas, CameraScreenNail preview,
190 preview.directDraw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight);
193 preview.directDraw(canvas, (int) mX, (int) mY, mDrawWidth, mDrawHeight)
    [all...]
SwitchAnimManager.java 27 * An image of the previous camera zooms in and fades out. The preview of the
45 // know how much the preview is scaled and scale the review the same amount.
46 // For example, the preview is not full screen in film strip mode.
70 // preview: camera preview view.
71 // review: snapshot of the preview before switching the camera.
73 int height, CameraScreenNail preview, RawTexture review) {
78 // Calculate the position and the size of the preview.
90 // Calculate how much preview is scaled.
107 // Draw the preview
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java 195 ImageView preview = (ImageView) view.findViewById(R.id.preview); local
201 preview.setImageBitmap(bmp);
203 preview.setImageResource(android.R.color.transparent);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 97 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); local
99 mInfo != null && preview != null && preview.getBitmap() != null) {
100 mWidgetPreviewLoader.recycleBitmap(mInfo, preview.getBitmap());
149 void applyPreview(FastBitmapDrawable preview, int index) {
152 if (preview != null) {
154 image.setImageDrawable(preview);
158 int centerAmount = (imageSize[0] - preview.getIntrinsicWidth()) / 2;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureTrailsPreview.java 37 * Draw gesture trail preview graphics during gesture.
68 final GestureTrailsPreview preview = getOuterInstance(); local
69 if (preview == null) return;
72 preview.getDrawingView().invalidate();
152 * Draws the preview
153 * @param canvas The canvas where the preview is drawn.
178 * Set the position of the preview.
179 * @param tracker The new location of the preview is based on the points in PointerTracker.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init

Completed in 695 milliseconds

1 2 3