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

1 2 3

  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
previewable_contents_controller.h 15 // the notion of an "active" view vs. a "preview" tab contents view.
21 // The "preview" can be set using |-showPreview:| and |-hidePreview|. When a
22 // preview is set, the active view is hidden (but stays in the view hierarchy).
23 // When the preview is removed, the active view is reshown.
29 // The preview TabContents. Will be NULL if no preview is currently showing.
35 // Sets the current preview and installs its TabContentsView into the view
36 // hierarchy. Hides the active view. |preview| must not be NULL.
37 - (void)showPreview:(TabContents*)preview;
39 // Closes the current preview and shows the active view
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 77 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); local
78 if (preview != null && preview.getBitmap() != null) {
79 preview.getBitmap().recycle();
125 void applyPreview(FastBitmapDrawable preview, int index) {
128 if (preview != null) {
130 image.setImageDrawable(preview);
134 int centerAmount = (imageSize[0] - preview.getIntrinsicWidth()) / 2;
AppsCustomizePagedView.java 337 // Save the default widget preview background
356 // The padding on the non-matched dimension for the default widget preview icons
734 // Get the widget preview as the drag representation
738 // If the ImageView doesn't have a drawable yet, the widget preview hasn't been loaded and
746 Bitmap preview; local
768 preview = getWidgetPreview(createWidgetInfo.componentName, createWidgetInfo.previewImage,
771 // Determine the image view drawable scale relative to the preview
775 new RectF(0f, 0f, (float) preview.getWidth(), (float) preview.getHeight()),
784 preview = Bitmap.createBitmap(icon.getIntrinsicWidth()
1248 Bitmap preview = Bitmap.createBitmap(maxWidth, maxHeight, Config.ARGB_8888); local
1352 Bitmap preview = Bitmap.createBitmap(bitmapWidth, bitmapHeight, local
1536 Bitmap preview = data.generatedImages.get(i); local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.h 31 // Makes the preview view the active view and nulls out the old active view.
36 // Sets the preview view. This does not delete the old.
37 void SetPreview(views::View* preview, TabContents* preview_tab_contents);
44 // Returns the bounds of the preview. If the preview isn't active this
45 // retuns the bounds the preview would be shown at.
54 // Removes the fade. This is done implicitly when the preview is made active.
89 // preview overlap the bookmark bar on the new tab page.
contents_container.cc 67 void ContentsContainer::SetPreview(views::View* preview,
69 if (preview == preview_)
74 preview_ = preview;
  /external/chromium/chrome/browser/
aeropeek_manager.h 37 // This bitmap is used for creating thumbnail and preview images.
49 virtual bool GetTabPreview(int tab_id, SkBitmap* preview) = 0;
58 // a user can preview the contents of a tab (AeroPeek), choose a tab, close
135 virtual bool GetTabPreview(int tab_id, SkBitmap* preview);
183 // When we create a preview bitmap, we use these values for preventing from
190 // preview image can use transparent colors only in the frame area.
195 // content area" when creating a preview image.
  /packages/apps/Camera/src/com/android/camera/
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...]
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.h 41 void SetPreview(TabContentsWrapper* preview);
79 // traverse to the preview contents.
86 // unless there is a preview contents.
89 // The current preview contents (for instant). If non-NULL, it will be
  /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);
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 177 /* The right-column 'Preview' column container. */
178 .preview-container {
314 /* The filename text in the preview pane. */
315 .preview-filename {
325 /* The preview image. */
326 .preview-img {
332 .preview-img[src=''] {
337 .preview-img.multiple-selected {
342 .preview-img.transparent-background {
343 /* ../images/preview-background.png *
    [all...]
  /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
  /development/testrunner/test_defs/
host_test.py 81 preview: if true, do not execute, display commands only
107 if not options.preview:
  /external/kernel-headers/original/linux/
mt9t013.h 149 int preview; /* in: 1 for preview, 0 for capture */ member in struct:mt9t013_init
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 29 mText = (TextView) findViewById(R.id.preview);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
mt9t013.h 104 int preview; member in struct:mt9t013_init

Completed in 1537 milliseconds

1 2 3